Html Css Color HEX #66B5EA Malibu

📋 copy color: '#66B5EA'

red 102 ◦ green 181 ◦ blue 234

#66B5EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #66B5EA

Tints of Malibu #66B5EA

RGB

 RED value IS 102 (40.23% from 255) = 19.73%

 GREEN value IS 181 (71.09% from 255) = 35.01%

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 19.73%
G = 35.01%
B = 45.26%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66B5EA (or 0x66B5EA) is known color: Malibu. HEX triplet: 66, B5 and EA. RGB value is (102,181,234). Sum of RGB (Red+Green+Blue) = 102+181+234=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #66B5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B5EA is #994A15. Grayscale: #A3A3A3. Windows color (decimal): -10045974 or 15381862. OLE color: 15381862.

HSL color Cylindrical-coordinate representation of color #66B5EA: hue angle of 204.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66B5EA is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 181 234 -
CMYK 0.56 0.23 0 0.08
HSL 204.09º 0.76% 0.66% -
HSV(B) 204.09º 0.56% 0.92% -
XYZ 36.85 41.81 83.97 -
YUV 163.42 167.83 84.19 -
System Red Green Blue C M Y K H S L
Decimal 102 181 234 0.56 0.23 0 0.08 204.09 0.76 0.66
Hex 66 B5 EA 38 17 0 8 CC 4C 42
Octal 146 265 352 70 27 0 10 314 114 102
Binary 1100110 10110101 11101010 111000 10111 0 1000 11001100 1001100 1000010

Color Harmonies of #66B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B5EA

Black with #66B5EA

Text Example


Text Example

White with #66B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66B5EA; }

 p { color: rgb(102,181,234); }

 H1.HeaderClassName
 {
   color: #66B5EA;
 }
 .AnyTagClassName
 {
   color: #66B5EA;
 }
</style>

background-color css

<style>
 a { background-color: #66B5EA; }

 a { background-color: rgb(102,181,234); }

 div.DivClassName
 {
   background-color: #66B5EA;
 }
 .BgClassName
 {
   background-color: #66B5EA;
 }
</style>

border-color css

<style>
 span { border-color: #66B5EA; }

 span { border-color: rgb(102,181,234); }

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