Html Css Color HEX #9DB6EB Perano

📋 copy color: '#9DB6EB'

red 157 ◦ green 182 ◦ blue 235

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

Shades of Perano #9DB6EB

Tints of Perano #9DB6EB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

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

R = 27.35%
G = 31.71%
B = 40.94%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DB6EB (or 0x9DB6EB) is known color: Perano. HEX triplet: 9D, B6 and EB. RGB value is (157,182,235). Sum of RGB (Red+Green+Blue) = 157+182+235=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DB6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB6EB is #624914. Grayscale: #B4B4B4. Windows color (decimal): -6441237 or 15447709. OLE color: 15447709.

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

Color convert

RGB 157 182 235 -
CMYK 0.33 0.23 0 0.08
HSL 220.77º 0.66% 0.77% -
HSV(B) 220.77º 0.33% 0.92% -
XYZ 45.63 46.62 85.19 -
YUV 180.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 157 182 235 0.33 0.23 0 0.08 220.77 0.66 0.77
Hex 9D B6 EB 21 17 0 8 DD 42 4D
Octal 235 266 353 41 27 0 10 335 102 115
Binary 10011101 10110110 11101011 100001 10111 0 1000 11011101 1000010 1001101

Color Harmonies of #9DB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB6EB

Black with #9DB6EB

Text Example


Text Example

White with #9DB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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