Html Css Color HEX #9DB3EB Perano

📋 copy color: '#9DB3EB'

red 157 ◦ green 179 ◦ blue 235

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

Shades of Perano #9DB3EB

Tints of Perano #9DB3EB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.35%

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

R = 27.5%
G = 31.35%
B = 41.16%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DB3EB (or 0x9DB3EB) is known color: Perano. HEX triplet: 9D, B3 and EB. RGB value is (157,179,235). Sum of RGB (Red+Green+Blue) = 157+179+235=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DB3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB3EB is #624C14. Grayscale: #B2B2B2. Windows color (decimal): -6442005 or 15446941. OLE color: 15446941.

HSL color Cylindrical-coordinate representation of color #9DB3EB: hue angle of 223.08º 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 #9DB3EB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 179 235 -
CMYK 0.33 0.24 0 0.08
HSL 223.08º 0.66% 0.77% -
HSV(B) 223.08º 0.33% 0.92% -
XYZ 45.02 45.41 84.99 -
YUV 178.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 157 179 235 0.33 0.24 0 0.08 223.08 0.66 0.77
Hex 9D B3 EB 21 18 0 8 DF 42 4D
Octal 235 263 353 41 30 0 10 337 102 115
Binary 10011101 10110011 11101011 100001 11000 0 1000 11011111 1000010 1001101

Color Harmonies of #9DB3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB3EB

Black with #9DB3EB

Text Example


Text Example

White with #9DB3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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