Html Css Color HEX #66C1EF Malibu

📋 copy color: '#66C1EF'

red 102 ◦ green 193 ◦ blue 239

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

Shades of Malibu #66C1EF

Tints of Malibu #66C1EF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.14%

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 19.1%
G = 36.14%
B = 44.76%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66C1EF (or 0x66C1EF) is known color: Malibu. HEX triplet: 66, C1 and EF. RGB value is (102,193,239). Sum of RGB (Red+Green+Blue) = 102+193+239=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #66C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C1EF is #993E10. Grayscale: #AAAAAA. Windows color (decimal): -10042897 or 15712614. OLE color: 15712614.

HSL color Cylindrical-coordinate representation of color #66C1EF: hue angle of 200.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66C1EF is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 193 239 -
CMYK 0.57 0.19 0 0.06
HSL 200.15º 0.81% 0.67% -
HSV(B) 200.15º 0.57% 0.94% -
XYZ 40.13 47.2 88.66 -
YUV 171.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 102 193 239 0.57 0.19 0 0.06 200.15 0.81 0.67
Hex 66 C1 EF 39 13 0 6 C8 51 43
Octal 146 301 357 71 23 0 6 310 121 103
Binary 1100110 11000001 11101111 111001 10011 0 110 11001000 1010001 1000011

Color Harmonies of #66C1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C1EF

Black with #66C1EF

Text Example


Text Example

White with #66C1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,193,239); }

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

background-color css

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

 a { background-color: rgb(102,193,239); }

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

border-color css

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

 span { border-color: rgb(102,193,239); }

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