Html Css Color HEX #66B4F1 Malibu

📋 copy color: '#66B4F1'

red 102 ◦ green 180 ◦ blue 241

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

Shades of Malibu #66B4F1

Tints of Malibu #66B4F1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.42%

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

R = 19.5%
G = 34.42%
B = 46.08%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66B4F1 (or 0x66B4F1) is known color: Malibu. HEX triplet: 66, B4 and F1. RGB value is (102,180,241). Sum of RGB (Red+Green+Blue) = 102+180+241=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #66B4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B4F1 is #994B0E. Grayscale: #A3A3A3. Windows color (decimal): -10046223 or 15840358. OLE color: 15840358.

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

Color convert

RGB 102 180 241 -
CMYK 0.58 0.25 0 0.05
HSL 206.33º 0.83% 0.67% -
HSV(B) 206.33º 0.58% 0.95% -
XYZ 37.68 41.82 89.3 -
YUV 163.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 102 180 241 0.58 0.25 0 0.05 206.33 0.83 0.67
Hex 66 B4 F1 3A 19 0 5 CE 53 43
Octal 146 264 361 72 31 0 5 316 123 103
Binary 1100110 10110100 11110001 111010 11001 0 101 11001110 1010011 1000011

Color Harmonies of #66B4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B4F1

Black with #66B4F1

Text Example


Text Example

White with #66B4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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