Html Css Color HEX #55BCEE Malibu

📋 copy color: '#55BCEE'

red 85 ◦ green 188 ◦ blue 238

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

Shades of Malibu #55BCEE

Tints of Malibu #55BCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

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

R = 16.63%
G = 36.79%
B = 46.58%

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

#55BCEE (or 0x55BCEE) is known color: Malibu. HEX triplet: 55, BC and EE. RGB value is (85,188,238). Sum of RGB (Red+Green+Blue) = 85+188+238=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #55BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BCEE is #AA4311. Grayscale: #A2A2A2. Windows color (decimal): -11158290 or 15645781. OLE color: 15645781.

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

Color convert

RGB 85 188 238 -
CMYK 0.64 0.21 0 0.07
HSL 199.61º 0.82% 0.63% -
HSV(B) 199.61º 0.64% 0.93% -
XYZ 37.16 44.07 87.44 -
YUV 162.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 85 188 238 0.64 0.21 0 0.07 199.61 0.82 0.63
Hex 55 BC EE 40 15 0 7 C8 52 3F
Octal 125 274 356 100 25 0 7 310 122 77
Binary 1010101 10111100 11101110 1000000 10101 0 111 11001000 1010010 111111

Color Harmonies of #55BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCEE

Black with #55BCEE

Text Example


Text Example

White with #55BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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