Html Css Color HEX #9DAFE6 Perano

📋 copy color: '#9DAFE6'

red 157 ◦ green 175 ◦ blue 230

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

Shades of Perano #9DAFE6

Tints of Perano #9DAFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 27.94%
G = 31.14%
B = 40.93%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9DAFE6 (or 0x9DAFE6) is known color: Perano. HEX triplet: 9D, AF and E6. RGB value is (157,175,230). Sum of RGB (Red+Green+Blue) = 157+175+230=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DAFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAFE6 is #625019. Grayscale: #AFAFAF. Windows color (decimal): -6443034 or 15118237. OLE color: 15118237.

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

Color convert

RGB 157 175 230 -
CMYK 0.32 0.24 0 0.10
HSL 225.21º 0.59% 0.76% -
HSV(B) 225.21º 0.32% 0.9% -
XYZ 43.52 43.54 80.97 -
YUV 175.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 157 175 230 0.32 0.24 0 0.10 225.21 0.59 0.76
Hex 9D AF E6 20 18 0 A E1 3B 4C
Octal 235 257 346 40 30 0 12 341 73 114
Binary 10011101 10101111 11100110 100000 11000 0 1010 11100001 111011 1001100

Color Harmonies of #9DAFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAFE6

Black with #9DAFE6

Text Example


Text Example

White with #9DAFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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