Html Css Color HEX #55BBEC Malibu

📋 copy color: '#55BBEC'

red 85 ◦ green 187 ◦ blue 236

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

Shades of Malibu #55BBEC

Tints of Malibu #55BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.81%

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 16.73%
G = 36.81%
B = 46.46%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55BBEC (or 0x55BBEC) is known color: Malibu. HEX triplet: 55, BB and EC. RGB value is (85,187,236). Sum of RGB (Red+Green+Blue) = 85+187+236=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #55BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BBEC is #AA4413. Grayscale: #A1A1A1. Windows color (decimal): -11158548 or 15514453. OLE color: 15514453.

HSL color Cylindrical-coordinate representation of color #55BBEC: hue angle of 199.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BBEC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 187 236 -
CMYK 0.64 0.21 0 0.07
HSL 199.47º 0.8% 0.63% -
HSV(B) 199.47º 0.64% 0.93% -
XYZ 36.66 43.53 85.83 -
YUV 162.09 169.71 73.02 -
System Red Green Blue C M Y K H S L
Decimal 85 187 236 0.64 0.21 0 0.07 199.47 0.8 0.63
Hex 55 BB EC 40 15 0 7 C7 50 3F
Octal 125 273 354 100 25 0 7 307 120 77
Binary 1010101 10111011 11101100 1000000 10101 0 111 11000111 1010000 111111

Color Harmonies of #55BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBEC

Black with #55BBEC

Text Example


Text Example

White with #55BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,187,236); }

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

background-color css

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

 a { background-color: rgb(85,187,236); }

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

border-color css

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

 span { border-color: rgb(85,187,236); }

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