Html Css Color HEX #5FADE9 Malibu

📋 copy color: '#5FADE9'

red 95 ◦ green 173 ◦ blue 233

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

Shades of Malibu #5FADE9

Tints of Malibu #5FADE9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 18.96%
G = 34.53%
B = 46.51%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5FADE9 (or 0x5FADE9) is known color: Malibu. HEX triplet: 5F, AD and E9. RGB value is (95,173,233). Sum of RGB (Red+Green+Blue) = 95+173+233=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #5FADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FADE9 is #A05216. Grayscale: #9C9C9C. Windows color (decimal): -10506775 or 15314271. OLE color: 15314271.

HSL color Cylindrical-coordinate representation of color #5FADE9: hue angle of 206.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FADE9 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 95 173 233 -
CMYK 0.59 0.26 0 0.09
HSL 206.09º 0.76% 0.64% -
HSV(B) 206.09º 0.59% 0.91% -
XYZ 34.37 38.2 82.65 -
YUV 156.52 171.16 84.12 -
System Red Green Blue C M Y K H S L
Decimal 95 173 233 0.59 0.26 0 0.09 206.09 0.76 0.64
Hex 5F AD E9 3B 1A 0 9 CE 4C 40
Octal 137 255 351 73 32 0 11 316 114 100
Binary 1011111 10101101 11101001 111011 11010 0 1001 11001110 1001100 1000000

Color Harmonies of #5FADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FADE9

Black with #5FADE9

Text Example


Text Example

White with #5FADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,173,233); }

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

background-color css

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

 a { background-color: rgb(95,173,233); }

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

border-color css

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

 span { border-color: rgb(95,173,233); }

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