Html Css Color HEX #66BED4 Malibu

📋 copy color: '#66BED4'

red 102 ◦ green 190 ◦ blue 212

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

Shades of Malibu #66BED4

Tints of Malibu #66BED4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 212 (83.2% from 255) = 42.06%

R = 20.24%
G = 37.7%
B = 42.06%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#66BED4 (or 0x66BED4) is known color: Malibu. HEX triplet: 66, BE and D4. RGB value is (102,190,212). Sum of RGB (Red+Green+Blue) = 102+190+212=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #66BED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BED4 is #99412B. Grayscale: #A6A6A6. Windows color (decimal): -10043692 or 13942374. OLE color: 13942374.

HSL color Cylindrical-coordinate representation of color #66BED4: hue angle of 192º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66BED4 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 190 212 -
CMYK 0.52 0.10 0 0.17
HSL 192º 0.56% 0.62% -
HSV(B) 192º 0.52% 0.83% -
XYZ 35.78 44.41 68.97 -
YUV 166.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 102 190 212 0.52 0.10 0 0.17 192 0.56 0.62
Hex 66 BE D4 34 A 0 11 C0 38 3E
Octal 146 276 324 64 12 0 21 300 70 76
Binary 1100110 10111110 11010100 110100 1010 0 10001 11000000 111000 111110

Color Harmonies of #66BED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BED4

Black with #66BED4

Text Example


Text Example

White with #66BED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,190,212); }

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

background-color css

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

 a { background-color: rgb(102,190,212); }

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

border-color css

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

 span { border-color: rgb(102,190,212); }

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