Html Css Color HEX #66ACF2 Malibu

📋 copy color: '#66ACF2'

red 102 ◦ green 172 ◦ blue 242

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

Shades of Malibu #66ACF2

Tints of Malibu #66ACF2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.33%

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

R = 19.77%
G = 33.33%
B = 46.9%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66ACF2 (or 0x66ACF2) is known color: Malibu. HEX triplet: 66, AC and F2. RGB value is (102,172,242). Sum of RGB (Red+Green+Blue) = 102+172+242=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #66ACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ACF2 is #99530D. Grayscale: #9E9E9E. Windows color (decimal): -10048270 or 15903846. OLE color: 15903846.

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

Color convert

RGB 102 172 242 -
CMYK 0.58 0.29 0 0.05
HSL 210º 0.84% 0.67% -
HSV(B) 210º 0.58% 0.95% -
XYZ 36.26 38.74 89.57 -
YUV 159.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 102 172 242 0.58 0.29 0 0.05 210 0.84 0.67
Hex 66 AC F2 3A 1D 0 5 D2 54 43
Octal 146 254 362 72 35 0 5 322 124 103
Binary 1100110 10101100 11110010 111010 11101 0 101 11010010 1010100 1000011

Color Harmonies of #66ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ACF2

Black with #66ACF2

Text Example


Text Example

White with #66ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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