Html Css Color HEX #55B9F2 Malibu

📋 copy color: '#55B9F2'

red 85 ◦ green 185 ◦ blue 242

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

Shades of Malibu #55B9F2

Tints of Malibu #55B9F2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 16.6%
G = 36.13%
B = 47.27%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55B9F2 (or 0x55B9F2) is known color: Malibu. HEX triplet: 55, B9 and F2. RGB value is (85,185,242). Sum of RGB (Red+Green+Blue) = 85+185+242=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #55B9F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B9F2 is #AA460D. Grayscale: #A1A1A1. Windows color (decimal): -11159054 or 15907157. OLE color: 15907157.

HSL color Cylindrical-coordinate representation of color #55B9F2: hue angle of 201.78º 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 #55B9F2 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 185 242 -
CMYK 0.65 0.24 0 0.05
HSL 201.78º 0.86% 0.64% -
HSV(B) 201.78º 0.65% 0.95% -
XYZ 37.12 43.04 90.36 -
YUV 161.6 173.37 73.37 -
System Red Green Blue C M Y K H S L
Decimal 85 185 242 0.65 0.24 0 0.05 201.78 0.86 0.64
Hex 55 B9 F2 41 18 0 5 CA 56 40
Octal 125 271 362 101 30 0 5 312 126 100
Binary 1010101 10111001 11110010 1000001 11000 0 101 11001010 1010110 1000000

Color Harmonies of #55B9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B9F2

Black with #55B9F2

Text Example


Text Example

White with #55B9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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