Html Css Color HEX #66BBF1 Malibu

📋 copy color: '#66BBF1'

red 102 ◦ green 187 ◦ blue 241

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

Shades of Malibu #66BBF1

Tints of Malibu #66BBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.28%

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

R = 19.25%
G = 35.28%
B = 45.47%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66BBF1 (or 0x66BBF1) is known color: Malibu. HEX triplet: 66, BB and F1. RGB value is (102,187,241). Sum of RGB (Red+Green+Blue) = 102+187+241=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #66BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBF1 is #99440E. Grayscale: #A7A7A7. Windows color (decimal): -10044431 or 15842150. OLE color: 15842150.

HSL color Cylindrical-coordinate representation of color #66BBF1: hue angle of 203.31º 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 #66BBF1 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 187 241 -
CMYK 0.58 0.22 0 0.05
HSL 203.31º 0.83% 0.67% -
HSV(B) 203.31º 0.58% 0.95% -
XYZ 39.13 44.72 89.79 -
YUV 167.74 169.34 81.11 -
System Red Green Blue C M Y K H S L
Decimal 102 187 241 0.58 0.22 0 0.05 203.31 0.83 0.67
Hex 66 BB F1 3A 16 0 5 CB 53 43
Octal 146 273 361 72 26 0 5 313 123 103
Binary 1100110 10111011 11110001 111010 10110 0 101 11001011 1010011 1000011

Color Harmonies of #66BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBF1

Black with #66BBF1

Text Example


Text Example

White with #66BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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