Html Css Color HEX #55BAF5 Malibu

📋 copy color: '#55BAF5'

red 85 ◦ green 186 ◦ blue 245

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

Shades of Malibu #55BAF5

Tints of Malibu #55BAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.48%

R = 16.47%
G = 36.05%
B = 47.48%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#55BAF5 (or 0x55BAF5) is known color: Malibu. HEX triplet: 55, BA and F5. RGB value is (85,186,245). Sum of RGB (Red+Green+Blue) = 85+186+245=516 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.47% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #55BAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAF5 is #AA450A. Grayscale: #A2A2A2. Windows color (decimal): -11158795 or 16104021. OLE color: 16104021.

HSL color Cylindrical-coordinate representation of color #55BAF5: hue angle of 202.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55BAF5 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 186 245 -
CMYK 0.65 0.24 0 0.04
HSL 202.13º 0.89% 0.65% -
HSV(B) 202.13º 0.65% 0.96% -
XYZ 37.79 43.64 92.82 -
YUV 162.53 174.54 72.7 -
System Red Green Blue C M Y K H S L
Decimal 85 186 245 0.65 0.24 0 0.04 202.13 0.89 0.65
Hex 55 BA F5 41 18 0 4 CA 59 41
Octal 125 272 365 101 30 0 4 312 131 101
Binary 1010101 10111010 11110101 1000001 11000 0 100 11001010 1011001 1000001

Color Harmonies of #55BAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BAF5

Black with #55BAF5

Text Example


Text Example

White with #55BAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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