Html Css Color HEX #66BDEF Malibu

📋 copy color: '#66BDEF'

red 102 ◦ green 189 ◦ blue 239

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

Shades of Malibu #66BDEF

Tints of Malibu #66BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.66%

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

R = 19.25%
G = 35.66%
B = 45.09%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66BDEF (or 0x66BDEF) is known color: Malibu. HEX triplet: 66, BD and EF. RGB value is (102,189,239). Sum of RGB (Red+Green+Blue) = 102+189+239=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #66BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDEF is #994210. Grayscale: #A8A8A8. Windows color (decimal): -10043921 or 15711590. OLE color: 15711590.

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

Color convert

RGB 102 189 239 -
CMYK 0.57 0.21 0 0.06
HSL 201.9º 0.81% 0.67% -
HSV(B) 201.9º 0.57% 0.94% -
XYZ 39.26 45.45 88.37 -
YUV 168.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 102 189 239 0.57 0.21 0 0.06 201.9 0.81 0.67
Hex 66 BD EF 39 15 0 6 CA 51 43
Octal 146 275 357 71 25 0 6 312 121 103
Binary 1100110 10111101 11101111 111001 10101 0 110 11001010 1010001 1000011

Color Harmonies of #66BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDEF

Black with #66BDEF

Text Example


Text Example

White with #66BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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