Html Css Color HEX #55ACEF Malibu

📋 copy color: '#55ACEF'

red 85 ◦ green 172 ◦ blue 239

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

Shades of Malibu #55ACEF

Tints of Malibu #55ACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 17.14%
G = 34.68%
B = 48.19%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55ACEF (or 0x55ACEF) is known color: Malibu. HEX triplet: 55, AC and EF. RGB value is (85,172,239). Sum of RGB (Red+Green+Blue) = 85+172+239=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #55ACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACEF is #AA5310. Grayscale: #999999. Windows color (decimal): -11162385 or 15707221. OLE color: 15707221.

HSL color Cylindrical-coordinate representation of color #55ACEF: hue angle of 206.1º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ACEF is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 172 239 -
CMYK 0.64 0.28 0 0.06
HSL 206.1º 0.83% 0.64% -
HSV(B) 206.1º 0.64% 0.94% -
XYZ 34.08 37.67 87.14 -
YUV 153.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 85 172 239 0.64 0.28 0 0.06 206.1 0.83 0.64
Hex 55 AC EF 40 1C 0 6 CE 53 40
Octal 125 254 357 100 34 0 6 316 123 100
Binary 1010101 10101100 11101111 1000000 11100 0 110 11001110 1010011 1000000

Color Harmonies of #55ACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACEF

Black with #55ACEF

Text Example


Text Example

White with #55ACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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