Html Css Color HEX #55B6EE Malibu

📋 copy color: '#55B6EE'

red 85 ◦ green 182 ◦ blue 238

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

Shades of Malibu #55B6EE

Tints of Malibu #55B6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 16.83%
G = 36.04%
B = 47.13%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55B6EE (or 0x55B6EE) is known color: Malibu. HEX triplet: 55, B6 and EE. RGB value is (85,182,238). Sum of RGB (Red+Green+Blue) = 85+182+238=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #55B6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B6EE is #AA4911. Grayscale: #9F9F9F. Windows color (decimal): -11159826 or 15644245. OLE color: 15644245.

HSL color Cylindrical-coordinate representation of color #55B6EE: hue angle of 201.96º degrees, saturation: 0.82, 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 #55B6EE is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 182 238 -
CMYK 0.64 0.24 0 0.07
HSL 201.96º 0.82% 0.63% -
HSV(B) 201.96º 0.64% 0.93% -
XYZ 35.91 41.56 87.02 -
YUV 159.38 172.36 74.95 -
System Red Green Blue C M Y K H S L
Decimal 85 182 238 0.64 0.24 0 0.07 201.96 0.82 0.63
Hex 55 B6 EE 40 18 0 7 CA 52 3F
Octal 125 266 356 100 30 0 7 312 122 77
Binary 1010101 10110110 11101110 1000000 11000 0 111 11001010 1010010 111111

Color Harmonies of #55B6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B6EE

Black with #55B6EE

Text Example


Text Example

White with #55B6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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