Html Css Color HEX #55BAEA Malibu

📋 copy color: '#55BAEA'

red 85 ◦ green 186 ◦ blue 234

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

Shades of Malibu #55BAEA

Tints of Malibu #55BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 16.83%
G = 36.83%
B = 46.34%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55BAEA (or 0x55BAEA) is known color: Malibu. HEX triplet: 55, BA and EA. RGB value is (85,186,234). Sum of RGB (Red+Green+Blue) = 85+186+234=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #55BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAEA is #AA4515. Grayscale: #A0A0A0. Windows color (decimal): -11158806 or 15383125. OLE color: 15383125.

HSL color Cylindrical-coordinate representation of color #55BAEA: hue angle of 199.33º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BAEA is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 186 234 -
CMYK 0.64 0.21 0 0.08
HSL 199.33º 0.78% 0.63% -
HSV(B) 199.33º 0.64% 0.92% -
XYZ 36.16 42.99 84.23 -
YUV 161.27 169.04 73.6 -
System Red Green Blue C M Y K H S L
Decimal 85 186 234 0.64 0.21 0 0.08 199.33 0.78 0.63
Hex 55 BA EA 40 15 0 8 C7 4E 3F
Octal 125 272 352 100 25 0 10 307 116 77
Binary 1010101 10111010 11101010 1000000 10101 0 1000 11000111 1001110 111111

Color Harmonies of #55BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BAEA

Black with #55BAEA

Text Example


Text Example

White with #55BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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