Html Css Color HEX #55ACF9 Malibu

📋 copy color: '#55ACF9'

red 85 ◦ green 172 ◦ blue 249

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

Shades of Malibu #55ACF9

Tints of Malibu #55ACF9

RGB

 RED value IS 85 (33.59% from 255) = 16.8%

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 16.8%
G = 33.99%
B = 49.21%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55ACF9 (or 0x55ACF9) is known color: Malibu. HEX triplet: 55, AC and F9. RGB value is (85,172,249). Sum of RGB (Red+Green+Blue) = 85+172+249=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #55ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACF9 is #AA5306. Grayscale: #9A9A9A. Windows color (decimal): -11162375 or 16362581. OLE color: 16362581.

HSL color Cylindrical-coordinate representation of color #55ACF9: hue angle of 208.17º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55ACF9 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 172 249 -
CMYK 0.66 0.31 0 0.02
HSL 208.17º 0.93% 0.65% -
HSV(B) 208.17º 0.66% 0.98% -
XYZ 35.6 38.28 95.13 -
YUV 154.77 181.18 78.24 -
System Red Green Blue C M Y K H S L
Decimal 85 172 249 0.66 0.31 0 0.02 208.17 0.93 0.65
Hex 55 AC F9 42 1F 0 2 D0 5D 41
Octal 125 254 371 102 37 0 2 320 135 101
Binary 1010101 10101100 11111001 1000010 11111 0 10 11010000 1011101 1000001

Color Harmonies of #55ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACF9

Black with #55ACF9

Text Example


Text Example

White with #55ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55ACF9; }

 p { color: rgb(85,172,249); }

 H1.HeaderClassName
 {
   color: #55ACF9;
 }
 .AnyTagClassName
 {
   color: #55ACF9;
 }
</style>

background-color css

<style>
 a { background-color: #55ACF9; }

 a { background-color: rgb(85,172,249); }

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

border-color css

<style>
 span { border-color: #55ACF9; }

 span { border-color: rgb(85,172,249); }

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