Html Css Color HEX #5FBBDD Malibu

📋 copy color: '#5FBBDD'

red 95 ◦ green 187 ◦ blue 221

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

Shades of Malibu #5FBBDD

Tints of Malibu #5FBBDD

RGB

 RED value IS 95 (37.5% from 255) = 18.89%

 GREEN value IS 187 (73.44% from 255) = 37.18%

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 18.89%
G = 37.18%
B = 43.94%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FBBDD (or 0x5FBBDD) is known color: Malibu. HEX triplet: 5F, BB and DD. RGB value is (95,187,221). Sum of RGB (Red+Green+Blue) = 95+187+221=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBBDD is #A04422. Grayscale: #A3A3A3. Windows color (decimal): -10503203 or 14531423. OLE color: 14531423.

HSL color Cylindrical-coordinate representation of color #5FBBDD: hue angle of 196.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBBDD is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 187 221 -
CMYK 0.57 0.15 0 0.13
HSL 196.19º 0.65% 0.62% -
HSV(B) 196.19º 0.57% 0.87% -
XYZ 35.54 43.19 74.87 -
YUV 163.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 95 187 221 0.57 0.15 0 0.13 196.19 0.65 0.62
Hex 5F BB DD 39 F 0 D C4 41 3E
Octal 137 273 335 71 17 0 15 304 101 76
Binary 1011111 10111011 11011101 111001 1111 0 1101 11000100 1000001 111110

Color Harmonies of #5FBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBBDD

Black with #5FBBDD

Text Example


Text Example

White with #5FBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBBDD; }

 p { color: rgb(95,187,221); }

 H1.HeaderClassName
 {
   color: #5FBBDD;
 }
 .AnyTagClassName
 {
   color: #5FBBDD;
 }
</style>

background-color css

<style>
 a { background-color: #5FBBDD; }

 a { background-color: rgb(95,187,221); }

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

border-color css

<style>
 span { border-color: #5FBBDD; }

 span { border-color: rgb(95,187,221); }

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