Html Css Color HEX #66B9F1 Malibu

📋 copy color: '#66B9F1'

red 102 ◦ green 185 ◦ blue 241

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

Shades of Malibu #66B9F1

Tints of Malibu #66B9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 19.32%
G = 35.04%
B = 45.64%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66B9F1 (or 0x66B9F1) is known color: Malibu. HEX triplet: 66, B9 and F1. RGB value is (102,185,241). Sum of RGB (Red+Green+Blue) = 102+185+241=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #66B9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B9F1 is #99460E. Grayscale: #A6A6A6. Windows color (decimal): -10044943 or 15841638. OLE color: 15841638.

HSL color Cylindrical-coordinate representation of color #66B9F1: hue angle of 204.17º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66B9F1 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 185 241 -
CMYK 0.58 0.23 0 0.05
HSL 204.17º 0.83% 0.67% -
HSV(B) 204.17º 0.58% 0.95% -
XYZ 38.71 43.87 89.65 -
YUV 166.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 102 185 241 0.58 0.23 0 0.05 204.17 0.83 0.67
Hex 66 B9 F1 3A 17 0 5 CC 53 43
Octal 146 271 361 72 27 0 5 314 123 103
Binary 1100110 10111001 11110001 111010 10111 0 101 11001100 1010011 1000011

Color Harmonies of #66B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B9F1

Black with #66B9F1

Text Example


Text Example

White with #66B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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