Html Css Color HEX #5FB8DE Malibu

📋 copy color: '#5FB8DE'

red 95 ◦ green 184 ◦ blue 222

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

Shades of Malibu #5FB8DE

Tints of Malibu #5FB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 18.96%
G = 36.73%
B = 44.31%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FB8DE (or 0x5FB8DE) is known color: Malibu. HEX triplet: 5F, B8 and DE. RGB value is (95,184,222). Sum of RGB (Red+Green+Blue) = 95+184+222=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FB8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8DE is #A04721. Grayscale: #A1A1A1. Windows color (decimal): -10503970 or 14596191. OLE color: 14596191.

HSL color Cylindrical-coordinate representation of color #5FB8DE: hue angle of 197.95º degrees, saturation: 0.66, 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 #5FB8DE is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 184 222 -
CMYK 0.57 0.17 0 0.13
HSL 197.95º 0.66% 0.62% -
HSV(B) 197.95º 0.57% 0.87% -
XYZ 35.04 41.99 75.36 -
YUV 161.72 162.01 80.41 -
System Red Green Blue C M Y K H S L
Decimal 95 184 222 0.57 0.17 0 0.13 197.95 0.66 0.62
Hex 5F B8 DE 39 11 0 D C6 42 3E
Octal 137 270 336 71 21 0 15 306 102 76
Binary 1011111 10111000 11011110 111001 10001 0 1101 11000110 1000010 111110

Color Harmonies of #5FB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB8DE

Black with #5FB8DE

Text Example


Text Example

White with #5FB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,184,222); }

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

background-color css

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

 a { background-color: rgb(95,184,222); }

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

border-color css

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

 span { border-color: rgb(95,184,222); }

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