Html Css Color HEX #66B9F0 Malibu

📋 copy color: '#66B9F0'

red 102 ◦ green 185 ◦ blue 240

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

Shades of Malibu #66B9F0

Tints of Malibu #66B9F0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.1%

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 19.35%
G = 35.1%
B = 45.54%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66B9F0 (or 0x66B9F0) is known color: Malibu. HEX triplet: 66, B9 and F0. RGB value is (102,185,240). Sum of RGB (Red+Green+Blue) = 102+185+240=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #66B9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B9F0 is #99460F. Grayscale: #A6A6A6. Windows color (decimal): -10044944 or 15776102. OLE color: 15776102.

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

Color convert

RGB 102 185 240 -
CMYK 0.58 0.23 0 0.06
HSL 203.91º 0.82% 0.67% -
HSV(B) 203.91º 0.58% 0.94% -
XYZ 38.56 43.81 88.86 -
YUV 166.45 169.5 82.03 -
System Red Green Blue C M Y K H S L
Decimal 102 185 240 0.58 0.23 0 0.06 203.91 0.82 0.67
Hex 66 B9 F0 3A 17 0 6 CC 52 43
Octal 146 271 360 72 27 0 6 314 122 103
Binary 1100110 10111001 11110000 111010 10111 0 110 11001100 1010010 1000011

Color Harmonies of #66B9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B9F0

Black with #66B9F0

Text Example


Text Example

White with #66B9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,185,240); }

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

background-color css

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

 a { background-color: rgb(102,185,240); }

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

border-color css

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

 span { border-color: rgb(102,185,240); }

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