Html Css Color HEX #55B3F1 Malibu

📋 copy color: '#55B3F1'

red 85 ◦ green 179 ◦ blue 241

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

Shades of Malibu #55B3F1

Tints of Malibu #55B3F1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

 BLUE value IS 241 (94.53% from 255) = 47.72%

R = 16.83%
G = 35.45%
B = 47.72%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55B3F1 (or 0x55B3F1) is known color: Malibu. HEX triplet: 55, B3 and F1. RGB value is (85,179,241). Sum of RGB (Red+Green+Blue) = 85+179+241=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #55B3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B3F1 is #AA4C0E. Grayscale: #9D9D9D. Windows color (decimal): -11160591 or 15840085. OLE color: 15840085.

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

Color convert

RGB 85 179 241 -
CMYK 0.65 0.26 0 0.05
HSL 203.85º 0.85% 0.64% -
HSV(B) 203.85º 0.65% 0.95% -
XYZ 35.74 40.52 89.16 -
YUV 157.96 174.86 75.96 -
System Red Green Blue C M Y K H S L
Decimal 85 179 241 0.65 0.26 0 0.05 203.85 0.85 0.64
Hex 55 B3 F1 41 1A 0 5 CC 55 40
Octal 125 263 361 101 32 0 5 314 125 100
Binary 1010101 10110011 11110001 1000001 11010 0 101 11001100 1010101 1000000

Color Harmonies of #55B3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B3F1

Black with #55B3F1

Text Example


Text Example

White with #55B3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,179,241); }

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

background-color css

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

 a { background-color: rgb(85,179,241); }

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

border-color css

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

 span { border-color: rgb(85,179,241); }

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