Html Css Color HEX #66B2EB Malibu

📋 copy color: '#66B2EB'

red 102 ◦ green 178 ◦ blue 235

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

Shades of Malibu #66B2EB

Tints of Malibu #66B2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.56%

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 19.81%
G = 34.56%
B = 45.63%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66B2EB (or 0x66B2EB) is known color: Malibu. HEX triplet: 66, B2 and EB. RGB value is (102,178,235). Sum of RGB (Red+Green+Blue) = 102+178+235=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #66B2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B2EB is #994D14. Grayscale: #A1A1A1. Windows color (decimal): -10046741 or 15446630. OLE color: 15446630.

HSL color Cylindrical-coordinate representation of color #66B2EB: hue angle of 205.71º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66B2EB is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 178 235 -
CMYK 0.57 0.24 0 0.08
HSL 205.71º 0.77% 0.66% -
HSV(B) 205.71º 0.57% 0.92% -
XYZ 36.4 40.66 84.53 -
YUV 161.77 169.32 85.37 -
System Red Green Blue C M Y K H S L
Decimal 102 178 235 0.57 0.24 0 0.08 205.71 0.77 0.66
Hex 66 B2 EB 39 18 0 8 CE 4D 42
Octal 146 262 353 71 30 0 10 316 115 102
Binary 1100110 10110010 11101011 111001 11000 0 1000 11001110 1001101 1000010

Color Harmonies of #66B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B2EB

Black with #66B2EB

Text Example


Text Example

White with #66B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,178,235); }

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

background-color css

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

 a { background-color: rgb(102,178,235); }

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

border-color css

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

 span { border-color: rgb(102,178,235); }

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