Html Css Color HEX #5FBBDB Malibu

📋 copy color: '#5FBBDB'

red 95 ◦ green 187 ◦ blue 219

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

Shades of Malibu #5FBBDB

Tints of Malibu #5FBBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 18.96%
G = 37.33%
B = 43.71%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FBBDB (or 0x5FBBDB) is known color: Malibu. HEX triplet: 5F, BB and DB. RGB value is (95,187,219). Sum of RGB (Red+Green+Blue) = 95+187+219=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBBDB is #A04424. Grayscale: #A2A2A2. Windows color (decimal): -10503205 or 14400351. OLE color: 14400351.

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

Color convert

RGB 95 187 219 -
CMYK 0.57 0.15 0 0.14
HSL 195.48º 0.63% 0.62% -
HSV(B) 195.48º 0.57% 0.86% -
XYZ 35.28 43.09 73.48 -
YUV 163.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 95 187 219 0.57 0.15 0 0.14 195.48 0.63 0.62
Hex 5F BB DB 39 F 0 E C3 3F 3E
Octal 137 273 333 71 17 0 16 303 77 76
Binary 1011111 10111011 11011011 111001 1111 0 1110 11000011 111111 111110

Color Harmonies of #5FBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBBDB

Black with #5FBBDB

Text Example


Text Example

White with #5FBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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