Html Css Color HEX #55B6E1 Malibu

📋 copy color: '#55B6E1'

red 85 ◦ green 182 ◦ blue 225

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

Shades of Malibu #55B6E1

Tints of Malibu #55B6E1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.99%

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

R = 17.28%
G = 36.99%
B = 45.73%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#55B6E1 (or 0x55B6E1) is known color: Malibu. HEX triplet: 55, B6 and E1. RGB value is (85,182,225). Sum of RGB (Red+Green+Blue) = 85+182+225=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #55B6E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B6E1 is #AA491E. Grayscale: #9D9D9D. Windows color (decimal): -11159839 or 14792277. OLE color: 14792277.

HSL color Cylindrical-coordinate representation of color #55B6E1: hue angle of 198.43º 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 #55B6E1 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 182 225 -
CMYK 0.62 0.19 0 0.12
HSL 198.43º 0.7% 0.61% -
HSV(B) 198.43º 0.62% 0.88% -
XYZ 34.06 40.82 77.32 -
YUV 157.9 165.86 76 -
System Red Green Blue C M Y K H S L
Decimal 85 182 225 0.62 0.19 0 0.12 198.43 0.7 0.61
Hex 55 B6 E1 3E 13 0 C C6 46 3D
Octal 125 266 341 76 23 0 14 306 106 75
Binary 1010101 10110110 11100001 111110 10011 0 1100 11000110 1000110 111101

Color Harmonies of #55B6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B6E1

Black with #55B6E1

Text Example


Text Example

White with #55B6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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