Html Css Color HEX #66BFE0 Malibu

📋 copy color: '#66BFE0'

red 102 ◦ green 191 ◦ blue 224

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

Shades of Malibu #66BFE0

Tints of Malibu #66BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 19.73%
G = 36.94%
B = 43.33%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#66BFE0 (or 0x66BFE0) is known color: Malibu. HEX triplet: 66, BF and E0. RGB value is (102,191,224). Sum of RGB (Red+Green+Blue) = 102+191+224=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #66BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFE0 is #99401F. Grayscale: #A7A7A7. Windows color (decimal): -10043424 or 14729062. OLE color: 14729062.

HSL color Cylindrical-coordinate representation of color #66BFE0: hue angle of 196.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66BFE0 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 191 224 -
CMYK 0.54 0.15 0 0.12
HSL 196.23º 0.66% 0.64% -
HSV(B) 196.23º 0.54% 0.88% -
XYZ 37.56 45.47 77.32 -
YUV 168.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 102 191 224 0.54 0.15 0 0.12 196.23 0.66 0.64
Hex 66 BF E0 36 F 0 C C4 42 40
Octal 146 277 340 66 17 0 14 304 102 100
Binary 1100110 10111111 11100000 110110 1111 0 1100 11000100 1000010 1000000

Color Harmonies of #66BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BFE0

Black with #66BFE0

Text Example


Text Example

White with #66BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,191,224); }

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

background-color css

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

 a { background-color: rgb(102,191,224); }

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

border-color css

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

 span { border-color: rgb(102,191,224); }

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