Html Css Color HEX #55BAF2 Malibu

📋 copy color: '#55BAF2'

red 85 ◦ green 186 ◦ blue 242

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

Shades of Malibu #55BAF2

Tints of Malibu #55BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 16.57%
G = 36.26%
B = 47.17%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55BAF2 (or 0x55BAF2) is known color: Malibu. HEX triplet: 55, BA and F2. RGB value is (85,186,242). Sum of RGB (Red+Green+Blue) = 85+186+242=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #55BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAF2 is #AA450D. Grayscale: #A1A1A1. Windows color (decimal): -11158798 or 15907413. OLE color: 15907413.

HSL color Cylindrical-coordinate representation of color #55BAF2: hue angle of 201.4º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55BAF2 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 186 242 -
CMYK 0.65 0.23 0 0.05
HSL 201.4º 0.86% 0.64% -
HSV(B) 201.4º 0.65% 0.95% -
XYZ 37.33 43.46 90.43 -
YUV 162.19 173.04 72.95 -
System Red Green Blue C M Y K H S L
Decimal 85 186 242 0.65 0.23 0 0.05 201.4 0.86 0.64
Hex 55 BA F2 41 17 0 5 C9 56 40
Octal 125 272 362 101 27 0 5 311 126 100
Binary 1010101 10111010 11110010 1000001 10111 0 101 11001001 1010110 1000000

Color Harmonies of #55BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BAF2

Black with #55BAF2

Text Example


Text Example

White with #55BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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