Html Css Color HEX #9DBAE6 Perano

📋 copy color: '#9DBAE6'

red 157 ◦ green 186 ◦ blue 230

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

Shades of Perano #9DBAE6

Tints of Perano #9DBAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.46%

 BLUE value IS 230 (90.23% from 255) = 40.14%

R = 27.4%
G = 32.46%
B = 40.14%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9DBAE6 (or 0x9DBAE6) is known color: Perano. HEX triplet: 9D, BA and E6. RGB value is (157,186,230). Sum of RGB (Red+Green+Blue) = 157+186+230=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DBAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAE6 is #624519. Grayscale: #B6B6B6. Windows color (decimal): -6440218 or 15121053. OLE color: 15121053.

HSL color Cylindrical-coordinate representation of color #9DBAE6: hue angle of 216.16º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DBAE6 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 186 230 -
CMYK 0.32 0.19 0 0.10
HSL 216.16º 0.59% 0.76% -
HSV(B) 216.16º 0.32% 0.9% -
XYZ 45.75 48 81.72 -
YUV 182.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 157 186 230 0.32 0.19 0 0.10 216.16 0.59 0.76
Hex 9D BA E6 20 13 0 A D8 3B 4C
Octal 235 272 346 40 23 0 12 330 73 114
Binary 10011101 10111010 11100110 100000 10011 0 1010 11011000 111011 1001100

Color Harmonies of #9DBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBAE6

Black with #9DBAE6

Text Example


Text Example

White with #9DBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,186,230); }

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

background-color css

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

 a { background-color: rgb(157,186,230); }

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

border-color css

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

 span { border-color: rgb(157,186,230); }

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