Html Css Color HEX #9DAFE5 Perano

📋 copy color: '#9DAFE5'

red 157 ◦ green 175 ◦ blue 229

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

Shades of Perano #9DAFE5

Tints of Perano #9DAFE5

RGB

 RED value IS 157 (61.72% from 255) = 27.99%

 GREEN value IS 175 (68.75% from 255) = 31.19%

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 27.99%
G = 31.19%
B = 40.82%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9DAFE5 (or 0x9DAFE5) is known color: Perano. HEX triplet: 9D, AF and E5. RGB value is (157,175,229). Sum of RGB (Red+Green+Blue) = 157+175+229=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #9DAFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFE5 is #62501A. Grayscale: #AFAFAF. Windows color (decimal): -6443035 or 15052701. OLE color: 15052701.

HSL color Cylindrical-coordinate representation of color #9DAFE5: hue angle of 225º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DAFE5 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 175 229 -
CMYK 0.31 0.24 0 0.10
HSL 225º 0.58% 0.76% -
HSV(B) 225º 0.31% 0.9% -
XYZ 43.38 43.49 80.24 -
YUV 175.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 157 175 229 0.31 0.24 0 0.10 225 0.58 0.76
Hex 9D AF E5 1F 18 0 A E1 3A 4C
Octal 235 257 345 37 30 0 12 341 72 114
Binary 10011101 10101111 11100101 11111 11000 0 1010 11100001 111010 1001100

Color Harmonies of #9DAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAFE5

Black with #9DAFE5

Text Example


Text Example

White with #9DAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAFE5; }

 p { color: rgb(157,175,229); }

 H1.HeaderClassName
 {
   color: #9DAFE5;
 }
 .AnyTagClassName
 {
   color: #9DAFE5;
 }
</style>

background-color css

<style>
 a { background-color: #9DAFE5; }

 a { background-color: rgb(157,175,229); }

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

border-color css

<style>
 span { border-color: #9DAFE5; }

 span { border-color: rgb(157,175,229); }

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