#61BCF2

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

Shades of Malibu #61BCF2

Tints of Malibu #61BCF2

Color information

#61BCF2 (or 0x61BCF2) is unknown color: approx Malibu. HEX triplet: 61, BC and F2. RGB value is (97,188,242). Sum of RGB (Red+Green+Blue) = 97+188+242=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #61BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BCF2 is #9E430D. Grayscale: #A6A6A6. Windows color (decimal): -10371854 or 15907937. OLE color: 15907937.

HSL color Cylindrical-coordinate representation of color #61BCF2: hue angle of 202.34º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61BCF2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97188242-
CMYK0.600.2200.05
HSL202.34º84.8%66.47%-
HSV(B)202.34º59.92%94.9%-
XYZ38.9444.9290.62-
YUV166.95170.3578.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.41%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=18.41%
G=35.67%
B=45.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971882420.600.2200.05202.3484.866.47
Hex61BCF23C1605ca5542
Octal141274362742605312125102
Binary110000110111100111100101111001011001011100101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,188,242); }

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

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

 a { background-color: rgb(97,188,242); }

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

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

 span { border-color: rgb(97,188,242); }

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