Html Css Color HEX #9DB9EB Perano

📋 copy color: '#9DB9EB'

red 157 ◦ green 185 ◦ blue 235

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

Shades of Perano #9DB9EB

Tints of Perano #9DB9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.06%

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 27.21%
G = 32.06%
B = 40.73%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DB9EB (or 0x9DB9EB) is known color: Perano. HEX triplet: 9D, B9 and EB. RGB value is (157,185,235). Sum of RGB (Red+Green+Blue) = 157+185+235=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB9EB is #624614. Grayscale: #B6B6B6. Windows color (decimal): -6440469 or 15448477. OLE color: 15448477.

HSL color Cylindrical-coordinate representation of color #9DB9EB: hue angle of 218.46º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB9EB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 185 235 -
CMYK 0.33 0.21 0 0.08
HSL 218.46º 0.66% 0.77% -
HSV(B) 218.46º 0.33% 0.92% -
XYZ 46.25 47.86 85.4 -
YUV 182.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 157 185 235 0.33 0.21 0 0.08 218.46 0.66 0.77
Hex 9D B9 EB 21 15 0 8 DA 42 4D
Octal 235 271 353 41 25 0 10 332 102 115
Binary 10011101 10111001 11101011 100001 10101 0 1000 11011010 1000010 1001101

Color Harmonies of #9DB9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB9EB

Black with #9DB9EB

Text Example


Text Example

White with #9DB9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,235); }

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

background-color css

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

 a { background-color: rgb(157,185,235); }

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

border-color css

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

 span { border-color: rgb(157,185,235); }

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