#61C3E0

Color #61C3E0 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #61C3E0

Tints of Malibu #61C3E0

Color information

#61C3E0 (or 0x61C3E0) is unknown color: approx Malibu. HEX triplet: 61, C3 and E0. RGB value is (97,195,224). Sum of RGB (Red+Green+Blue) = 97+195+224=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #61C3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C3E0 is #9E3C1F. Grayscale: #A8A8A8. Windows color (decimal): -10370080 or 14730081. OLE color: 14730081.

HSL color Cylindrical-coordinate representation of color #61C3E0: hue angle of 193.7º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61C3E0 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB97195224-
CMYK0.570.1300.12
HSL193.7º67.2%62.94%-
HSV(B)193.7º56.7%87.84%-
XYZ37.946.9577.59-
YUV169159.0376.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 18.80%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 224 (87.89% from 255) = 43.41%
R=18.80%
G=37.79%
B=43.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal971952240.570.1300.12193.767.262.94
Hex61C3E039D0Cc2433f
Octal141303340711501430210377
Binary11000011100001111100000111001110101100110000101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C3E0; }

 p { color: rgb(97,195,224); }

 H1.HeaderClassName
 {
   color: #61C3E0;
 }
 .AnyTagClassName
 {
   color: #61C3E0;
 }
</style>
background-color css

<style>
 a { background-color: #61C3E0; }

 a { background-color: rgb(97,195,224); }

 div.DivClassName
 {
   background-color: #61C3E0;
 }
 .BgClassName
 {
   background-color: #61C3E0;
 }
</style>
border-color css

<style>
 span { border-color: #61C3E0; }

 span { border-color: rgb(97,195,224); }

 td.TdClassName
 {
   border-color: #61C3E0;
 }
 .TagClassName
 {
   border-color: #61C3E0;
 }
</style>