Html Css Color HEX #66B5F2 Malibu

📋 copy color: '#66B5F2'

red 102 ◦ green 181 ◦ blue 242

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

Shades of Malibu #66B5F2

Tints of Malibu #66B5F2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.48%

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 19.43%
G = 34.48%
B = 46.1%

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

#66B5F2 (or 0x66B5F2) is known color: Malibu. HEX triplet: 66, B5 and F2. RGB value is (102,181,242). Sum of RGB (Red+Green+Blue) = 102+181+242=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #66B5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B5F2 is #994A0D. Grayscale: #A4A4A4. Windows color (decimal): -10045966 or 15906150. OLE color: 15906150.

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

Color convert

RGB 102 181 242 -
CMYK 0.58 0.25 0 0.05
HSL 206.14º 0.84% 0.67% -
HSV(B) 206.14º 0.58% 0.95% -
XYZ 38.03 42.28 90.16 -
YUV 164.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 102 181 242 0.58 0.25 0 0.05 206.14 0.84 0.67
Hex 66 B5 F2 3A 19 0 5 CE 54 43
Octal 146 265 362 72 31 0 5 316 124 103
Binary 1100110 10110101 11110010 111010 11001 0 101 11001110 1010100 1000011

Color Harmonies of #66B5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B5F2

Black with #66B5F2

Text Example


Text Example

White with #66B5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,181,242); }

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

background-color css

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

 a { background-color: rgb(102,181,242); }

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

border-color css

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

 span { border-color: rgb(102,181,242); }

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