Html Css Color HEX #9DB1E1 Perano

📋 copy color: '#9DB1E1'

red 157 ◦ green 177 ◦ blue 225

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

Shades of Perano #9DB1E1

Tints of Perano #9DB1E1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.66%

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

R = 28.09%
G = 31.66%
B = 40.25%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9DB1E1 (or 0x9DB1E1) is known color: Perano. HEX triplet: 9D, B1 and E1. RGB value is (157,177,225). Sum of RGB (Red+Green+Blue) = 157+177+225=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DB1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1E1 is #624E1E. Grayscale: #B0B0B0. Windows color (decimal): -6442527 or 14791069. OLE color: 14791069.

HSL color Cylindrical-coordinate representation of color #9DB1E1: hue angle of 222.35º 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 #9DB1E1 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 177 225 -
CMYK 0.30 0.21 0 0.12
HSL 222.35º 0.53% 0.75% -
HSV(B) 222.35º 0.3% 0.88% -
XYZ 43.22 44.05 77.46 -
YUV 176.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 157 177 225 0.30 0.21 0 0.12 222.35 0.53 0.75
Hex 9D B1 E1 1E 15 0 C DE 35 4B
Octal 235 261 341 36 25 0 14 336 65 113
Binary 10011101 10110001 11100001 11110 10101 0 1100 11011110 110101 1001011

Color Harmonies of #9DB1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB1E1

Black with #9DB1E1

Text Example


Text Example

White with #9DB1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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