Html Css Color HEX #9DB0EB Perano

📋 copy color: '#9DB0EB'

red 157 ◦ green 176 ◦ blue 235

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

Shades of Perano #9DB0EB

Tints of Perano #9DB0EB

RGB

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

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

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

R = 27.64%
G = 30.99%
B = 41.37%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DB0EB (or 0x9DB0EB) is known color: Perano. HEX triplet: 9D, B0 and EB. RGB value is (157,176,235). Sum of RGB (Red+Green+Blue) = 157+176+235=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DB0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB0EB is #624F14. Grayscale: #B0B0B0. Windows color (decimal): -6442773 or 15446173. OLE color: 15446173.

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

Color convert

RGB 157 176 235 -
CMYK 0.33 0.25 0 0.08
HSL 225.38º 0.66% 0.77% -
HSV(B) 225.38º 0.33% 0.92% -
XYZ 44.43 44.22 84.79 -
YUV 177.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 157 176 235 0.33 0.25 0 0.08 225.38 0.66 0.77
Hex 9D B0 EB 21 19 0 8 E1 42 4D
Octal 235 260 353 41 31 0 10 341 102 115
Binary 10011101 10110000 11101011 100001 11001 0 1000 11100001 1000010 1001101

Color Harmonies of #9DB0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB0EB

Black with #9DB0EB

Text Example


Text Example

White with #9DB0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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