Html Css Color HEX #5FADD7 Malibu

📋 copy color: '#5FADD7'

red 95 ◦ green 173 ◦ blue 215

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

Shades of Malibu #5FADD7

Tints of Malibu #5FADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.51%

R = 19.67%
G = 35.82%
B = 44.51%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5FADD7 (or 0x5FADD7) is known color: Malibu. HEX triplet: 5F, AD and D7. RGB value is (95,173,215). Sum of RGB (Red+Green+Blue) = 95+173+215=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #5FADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADD7 is #A05228. Grayscale: #9A9A9A. Windows color (decimal): -10506793 or 14134623. OLE color: 14134623.

HSL color Cylindrical-coordinate representation of color #5FADD7: hue angle of 201º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FADD7 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 173 215 -
CMYK 0.56 0.20 0 0.16
HSL 201º 0.6% 0.61% -
HSV(B) 201º 0.56% 0.84% -
XYZ 31.93 37.23 69.79 -
YUV 154.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 95 173 215 0.56 0.20 0 0.16 201 0.6 0.61
Hex 5F AD D7 38 14 0 10 C9 3C 3D
Octal 137 255 327 70 24 0 20 311 74 75
Binary 1011111 10101101 11010111 111000 10100 0 10000 11001001 111100 111101

Color Harmonies of #5FADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FADD7

Black with #5FADD7

Text Example


Text Example

White with #5FADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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