Html Css Color HEX #55BBE1 Malibu

📋 copy color: '#55BBE1'

red 85 ◦ green 187 ◦ blue 225

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

Shades of Malibu #55BBE1

Tints of Malibu #55BBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 17.1%
G = 37.63%
B = 45.27%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#55BBE1 (or 0x55BBE1) is known color: Malibu. HEX triplet: 55, BB and E1. RGB value is (85,187,225). Sum of RGB (Red+Green+Blue) = 85+187+225=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #55BBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBE1 is #AA441E. Grayscale: #A0A0A0. Windows color (decimal): -11158559 or 14793557. OLE color: 14793557.

HSL color Cylindrical-coordinate representation of color #55BBE1: hue angle of 196.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55BBE1 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 187 225 -
CMYK 0.62 0.17 0 0.12
HSL 196.29º 0.7% 0.61% -
HSV(B) 196.29º 0.62% 0.88% -
XYZ 35.11 42.91 77.67 -
YUV 160.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 85 187 225 0.62 0.17 0 0.12 196.29 0.7 0.61
Hex 55 BB E1 3E 11 0 C C4 46 3D
Octal 125 273 341 76 21 0 14 304 106 75
Binary 1010101 10111011 11100001 111110 10001 0 1100 11000100 1000110 111101

Color Harmonies of #55BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBE1

Black with #55BBE1

Text Example


Text Example

White with #55BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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