Html Css Color HEX #66B7EF Malibu

📋 copy color: '#66B7EF'

red 102 ◦ green 183 ◦ blue 239

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

Shades of Malibu #66B7EF

Tints of Malibu #66B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.92%

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

R = 19.47%
G = 34.92%
B = 45.61%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66B7EF (or 0x66B7EF) is known color: Malibu. HEX triplet: 66, B7 and EF. RGB value is (102,183,239). Sum of RGB (Red+Green+Blue) = 102+183+239=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #66B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B7EF is #994810. Grayscale: #A4A4A4. Windows color (decimal): -10045457 or 15710054. OLE color: 15710054.

HSL color Cylindrical-coordinate representation of color #66B7EF: hue angle of 204.53º 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 #66B7EF is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 183 239 -
CMYK 0.57 0.23 0 0.06
HSL 204.53º 0.81% 0.67% -
HSV(B) 204.53º 0.57% 0.94% -
XYZ 37.99 42.92 87.94 -
YUV 165.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 102 183 239 0.57 0.23 0 0.06 204.53 0.81 0.67
Hex 66 B7 EF 39 17 0 6 CD 51 43
Octal 146 267 357 71 27 0 6 315 121 103
Binary 1100110 10110111 11101111 111001 10111 0 110 11001101 1010001 1000011

Color Harmonies of #66B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B7EF

Black with #66B7EF

Text Example


Text Example

White with #66B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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