Html Css Color HEX #55ACF5 Malibu

📋 copy color: '#55ACF5'

red 85 ◦ green 172 ◦ blue 245

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

Shades of Malibu #55ACF5

Tints of Malibu #55ACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.8%

R = 16.93%
G = 34.26%
B = 48.8%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#55ACF5 (or 0x55ACF5) is known color: Malibu. HEX triplet: 55, AC and F5. RGB value is (85,172,245). Sum of RGB (Red+Green+Blue) = 85+172+245=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #55ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACF5 is #AA530A. Grayscale: #999999. Windows color (decimal): -11162379 or 16100437. OLE color: 16100437.

HSL color Cylindrical-coordinate representation of color #55ACF5: hue angle of 207.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55ACF5 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 172 245 -
CMYK 0.65 0.30 0 0.04
HSL 207.38º 0.89% 0.65% -
HSV(B) 207.38º 0.65% 0.96% -
XYZ 34.98 38.03 91.88 -
YUV 154.31 179.18 78.56 -
System Red Green Blue C M Y K H S L
Decimal 85 172 245 0.65 0.30 0 0.04 207.38 0.89 0.65
Hex 55 AC F5 41 1E 0 4 CF 59 41
Octal 125 254 365 101 36 0 4 317 131 101
Binary 1010101 10101100 11110101 1000001 11110 0 100 11001111 1011001 1000001

Color Harmonies of #55ACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACF5

Black with #55ACF5

Text Example


Text Example

White with #55ACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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