Html Css Color HEX #55B2F9 Malibu

📋 copy color: '#55B2F9'

red 85 ◦ green 178 ◦ blue 249

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

Shades of Malibu #55B2F9

Tints of Malibu #55B2F9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 16.6%
G = 34.77%
B = 48.63%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55B2F9 (or 0x55B2F9) is known color: Malibu. HEX triplet: 55, B2 and F9. RGB value is (85,178,249). Sum of RGB (Red+Green+Blue) = 85+178+249=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #55B2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B2F9 is #AA4D06. Grayscale: #9D9D9D. Windows color (decimal): -11160839 or 16364117. OLE color: 16364117.

HSL color Cylindrical-coordinate representation of color #55B2F9: hue angle of 205.98º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55B2F9 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 178 249 -
CMYK 0.66 0.29 0 0.02
HSL 205.98º 0.93% 0.65% -
HSV(B) 205.98º 0.66% 0.98% -
XYZ 36.77 40.61 95.52 -
YUV 158.29 179.19 75.73 -
System Red Green Blue C M Y K H S L
Decimal 85 178 249 0.66 0.29 0 0.02 205.98 0.93 0.65
Hex 55 B2 F9 42 1D 0 2 CE 5D 41
Octal 125 262 371 102 35 0 2 316 135 101
Binary 1010101 10110010 11111001 1000010 11101 0 10 11001110 1011101 1000001

Color Harmonies of #55B2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B2F9

Black with #55B2F9

Text Example


Text Example

White with #55B2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,249); }

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

background-color css

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

 a { background-color: rgb(85,178,249); }

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

border-color css

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

 span { border-color: rgb(85,178,249); }

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