Html Css Color HEX #55ACE7 Malibu

📋 copy color: '#55ACE7'

red 85 ◦ green 172 ◦ blue 231

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

Shades of Malibu #55ACE7

Tints of Malibu #55ACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.34%

R = 17.42%
G = 35.25%
B = 47.34%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#55ACE7 (or 0x55ACE7) is known color: Malibu. HEX triplet: 55, AC and E7. RGB value is (85,172,231). Sum of RGB (Red+Green+Blue) = 85+172+231=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #55ACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACE7 is #AA5318. Grayscale: #989898. Windows color (decimal): -11162393 or 15182933. OLE color: 15182933.

HSL color Cylindrical-coordinate representation of color #55ACE7: hue angle of 204.25º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55ACE7 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 172 231 -
CMYK 0.63 0.26 0 0.09
HSL 204.25º 0.75% 0.62% -
HSV(B) 204.25º 0.63% 0.91% -
XYZ 32.92 37.21 81.05 -
YUV 152.71 172.18 79.7 -
System Red Green Blue C M Y K H S L
Decimal 85 172 231 0.63 0.26 0 0.09 204.25 0.75 0.62
Hex 55 AC E7 3F 1A 0 9 CC 4B 3E
Octal 125 254 347 77 32 0 11 314 113 76
Binary 1010101 10101100 11100111 111111 11010 0 1001 11001100 1001011 111110

Color Harmonies of #55ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACE7

Black with #55ACE7

Text Example


Text Example

White with #55ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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