Html Css Color HEX #9DB0E1 Perano

📋 copy color: '#9DB0E1'

red 157 ◦ green 176 ◦ blue 225

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

Shades of Perano #9DB0E1

Tints of Perano #9DB0E1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.54%

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 28.14%
G = 31.54%
B = 40.32%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9DB0E1 (or 0x9DB0E1) is known color: Perano. HEX triplet: 9D, B0 and E1. RGB value is (157,176,225). Sum of RGB (Red+Green+Blue) = 157+176+225=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DB0E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB0E1 is #624F1E. Grayscale: #AFAFAF. Windows color (decimal): -6442783 or 14790813. OLE color: 14790813.

HSL color Cylindrical-coordinate representation of color #9DB0E1: hue angle of 223.24º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DB0E1 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 176 225 -
CMYK 0.30 0.22 0 0.12
HSL 223.24º 0.53% 0.75% -
HSV(B) 223.24º 0.3% 0.88% -
XYZ 43.02 43.66 77.39 -
YUV 175.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 157 176 225 0.30 0.22 0 0.12 223.24 0.53 0.75
Hex 9D B0 E1 1E 16 0 C DF 35 4B
Octal 235 260 341 36 26 0 14 337 65 113
Binary 10011101 10110000 11100001 11110 10110 0 1100 11011111 110101 1001011

Color Harmonies of #9DB0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB0E1

Black with #9DB0E1

Text Example


Text Example

White with #9DB0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,176,225); }

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

background-color css

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

 a { background-color: rgb(157,176,225); }

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

border-color css

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

 span { border-color: rgb(157,176,225); }

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