Html Css Color HEX #66BCDA Malibu

📋 copy color: '#66BCDA'

red 102 ◦ green 188 ◦ blue 218

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

Shades of Malibu #66BCDA

Tints of Malibu #66BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 20.08%
G = 37.01%
B = 42.91%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66BCDA (or 0x66BCDA) is known color: Malibu. HEX triplet: 66, BC and DA. RGB value is (102,188,218). Sum of RGB (Red+Green+Blue) = 102+188+218=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #66BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCDA is #994325. Grayscale: #A5A5A5. Windows color (decimal): -10044198 or 14335078. OLE color: 14335078.

HSL color Cylindrical-coordinate representation of color #66BCDA: hue angle of 195.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BCDA is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 188 218 -
CMYK 0.53 0.14 0 0.15
HSL 195.52º 0.61% 0.63% -
HSV(B) 195.52º 0.53% 0.85% -
XYZ 36.12 43.85 72.89 -
YUV 165.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 102 188 218 0.53 0.14 0 0.15 195.52 0.61 0.63
Hex 66 BC DA 35 E 0 F C4 3D 3F
Octal 146 274 332 65 16 0 17 304 75 77
Binary 1100110 10111100 11011010 110101 1110 0 1111 11000100 111101 111111

Color Harmonies of #66BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCDA

Black with #66BCDA

Text Example


Text Example

White with #66BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,218); }

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

background-color css

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

 a { background-color: rgb(102,188,218); }

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

border-color css

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

 span { border-color: rgb(102,188,218); }

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