Html Css Color HEX #9FAEEB Perano

📋 copy color: '#9FAEEB'

red 159 ◦ green 174 ◦ blue 235

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

Shades of Perano #9FAEEB

Tints of Perano #9FAEEB

RGB

 RED value IS 159 (62.5% from 255) = 27.99%

 GREEN value IS 174 (68.36% from 255) = 30.63%

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

R = 27.99%
G = 30.63%
B = 41.37%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FAEEB (or 0x9FAEEB) is known color: Perano. HEX triplet: 9F, AE and EB. RGB value is (159,174,235). Sum of RGB (Red+Green+Blue) = 159+174+235=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 174 (68.36% from 255 or 30.63% 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 #9FAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEEB is #605114. Grayscale: #B0B0B0. Windows color (decimal): -6312213 or 15445663. OLE color: 15445663.

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

Color convert

RGB 159 174 235 -
CMYK 0.32 0.26 0 0.08
HSL 228.16º 0.66% 0.77% -
HSV(B) 228.16º 0.32% 0.92% -
XYZ 44.43 43.64 84.68 -
YUV 176.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 159 174 235 0.32 0.26 0 0.08 228.16 0.66 0.77
Hex 9F AE EB 20 1A 0 8 E4 42 4D
Octal 237 256 353 40 32 0 10 344 102 115
Binary 10011111 10101110 11101011 100000 11010 0 1000 11100100 1000010 1001101

Color Harmonies of #9FAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEEB

Black with #9FAEEB

Text Example


Text Example

White with #9FAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,235); }

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

background-color css

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

 a { background-color: rgb(159,174,235); }

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

border-color css

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

 span { border-color: rgb(159,174,235); }

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