Html Css Color HEX #66BEE5 Malibu

📋 copy color: '#66BEE5'

red 102 ◦ green 190 ◦ blue 229

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

Shades of Malibu #66BEE5

Tints of Malibu #66BEE5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 19.58%
G = 36.47%
B = 43.95%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#66BEE5 (or 0x66BEE5) is known color: Malibu. HEX triplet: 66, BE and E5. RGB value is (102,190,229). Sum of RGB (Red+Green+Blue) = 102+190+229=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #66BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEE5 is #99411A. Grayscale: #A7A7A7. Windows color (decimal): -10043675 or 15056486. OLE color: 15056486.

HSL color Cylindrical-coordinate representation of color #66BEE5: hue angle of 198.43º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66BEE5 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 190 229 -
CMYK 0.55 0.17 0 0.10
HSL 198.43º 0.71% 0.65% -
HSV(B) 198.43º 0.55% 0.9% -
XYZ 38.04 45.31 80.87 -
YUV 168.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 102 190 229 0.55 0.17 0 0.10 198.43 0.71 0.65
Hex 66 BE E5 37 11 0 A C6 47 41
Octal 146 276 345 67 21 0 12 306 107 101
Binary 1100110 10111110 11100101 110111 10001 0 1010 11000110 1000111 1000001

Color Harmonies of #66BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BEE5

Black with #66BEE5

Text Example


Text Example

White with #66BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,190,229); }

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

background-color css

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

 a { background-color: rgb(102,190,229); }

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

border-color css

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

 span { border-color: rgb(102,190,229); }

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