Html Css Color HEX #55B2EB Malibu

📋 copy color: '#55B2EB'

red 85 ◦ green 178 ◦ blue 235

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

Shades of Malibu #55B2EB

Tints of Malibu #55B2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 17.07%
G = 35.74%
B = 47.19%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55B2EB (or 0x55B2EB) is known color: Malibu. HEX triplet: 55, B2 and EB. RGB value is (85,178,235). Sum of RGB (Red+Green+Blue) = 85+178+235=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #55B2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B2EB is #AA4D14. Grayscale: #9C9C9C. Windows color (decimal): -11160853 or 15446613. OLE color: 15446613.

HSL color Cylindrical-coordinate representation of color #55B2EB: hue angle of 202.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B2EB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 178 235 -
CMYK 0.64 0.24 0 0.08
HSL 202.8º 0.79% 0.63% -
HSV(B) 202.8º 0.64% 0.92% -
XYZ 34.66 39.77 84.45 -
YUV 156.69 172.19 76.87 -
System Red Green Blue C M Y K H S L
Decimal 85 178 235 0.64 0.24 0 0.08 202.8 0.79 0.63
Hex 55 B2 EB 40 18 0 8 CB 4F 3F
Octal 125 262 353 100 30 0 10 313 117 77
Binary 1010101 10110010 11101011 1000000 11000 0 1000 11001011 1001111 111111

Color Harmonies of #55B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B2EB

Black with #55B2EB

Text Example


Text Example

White with #55B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,235); }

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

background-color css

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

 a { background-color: rgb(85,178,235); }

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

border-color css

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

 span { border-color: rgb(85,178,235); }

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