Html Css Color HEX #9AADEB Perano

📋 copy color: '#9AADEB'

red 154 ◦ green 173 ◦ blue 235

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

Shades of Perano #9AADEB

Tints of Perano #9AADEB

RGB

 RED value IS 154 (60.55% from 255) = 27.4%

 GREEN value IS 173 (67.97% from 255) = 30.78%

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

R = 27.4%
G = 30.78%
B = 41.81%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AADEB (or 0x9AADEB) is known color: Perano. HEX triplet: 9A, AD and EB. RGB value is (154,173,235). Sum of RGB (Red+Green+Blue) = 154+173+235=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADEB is #655214. Grayscale: #AEAEAE. Windows color (decimal): -6640149 or 15445402. OLE color: 15445402.

HSL color Cylindrical-coordinate representation of color #9AADEB: hue angle of 225.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AADEB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 173 235 -
CMYK 0.34 0.26 0 0.08
HSL 225.93º 0.67% 0.76% -
HSV(B) 225.93º 0.34% 0.92% -
XYZ 43.27 42.76 84.57 -
YUV 174.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 154 173 235 0.34 0.26 0 0.08 225.93 0.67 0.76
Hex 9A AD EB 22 1A 0 8 E2 43 4C
Octal 232 255 353 42 32 0 10 342 103 114
Binary 10011010 10101101 11101011 100010 11010 0 1000 11100010 1000011 1001100

Color Harmonies of #9AADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADEB

Black with #9AADEB

Text Example


Text Example

White with #9AADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,173,235); }

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

background-color css

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

 a { background-color: rgb(154,173,235); }

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

border-color css

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

 span { border-color: rgb(154,173,235); }

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