Html Css Color HEX #55BAEF Malibu

📋 copy color: '#55BAEF'

red 85 ◦ green 186 ◦ blue 239

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

Shades of Malibu #55BAEF

Tints of Malibu #55BAEF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 16.67%
G = 36.47%
B = 46.86%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55BAEF (or 0x55BAEF) is known color: Malibu. HEX triplet: 55, BA and EF. RGB value is (85,186,239). Sum of RGB (Red+Green+Blue) = 85+186+239=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #55BAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAEF is #AA4510. Grayscale: #A1A1A1. Windows color (decimal): -11158801 or 15710805. OLE color: 15710805.

HSL color Cylindrical-coordinate representation of color #55BAEF: hue angle of 200.65º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BAEF is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 186 239 -
CMYK 0.64 0.22 0 0.06
HSL 200.65º 0.83% 0.64% -
HSV(B) 200.65º 0.64% 0.94% -
XYZ 36.89 43.28 88.07 -
YUV 161.84 171.54 73.19 -
System Red Green Blue C M Y K H S L
Decimal 85 186 239 0.64 0.22 0 0.06 200.65 0.83 0.64
Hex 55 BA EF 40 16 0 6 C9 53 40
Octal 125 272 357 100 26 0 6 311 123 100
Binary 1010101 10111010 11101111 1000000 10110 0 110 11001001 1010011 1000000

Color Harmonies of #55BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BAEF

Black with #55BAEF

Text Example


Text Example

White with #55BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,239); }

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

background-color css

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

 a { background-color: rgb(85,186,239); }

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

border-color css

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

 span { border-color: rgb(85,186,239); }

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