Html Css Color HEX #9FACED Perano

📋 copy color: '#9FACED'

red 159 ◦ green 172 ◦ blue 237

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

Shades of Perano #9FACED

Tints of Perano #9FACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.28%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 27.99%
G = 30.28%
B = 41.73%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FACED (or 0x9FACED) is known color: Perano. HEX triplet: 9F, AC and ED. RGB value is (159,172,237). Sum of RGB (Red+Green+Blue) = 159+172+237=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FACED is #605312. Grayscale: #AFAFAF. Windows color (decimal): -6312723 or 15576223. OLE color: 15576223.

HSL color Cylindrical-coordinate representation of color #9FACED: hue angle of 230º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FACED is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 172 237 -
CMYK 0.33 0.27 0 0.07
HSL 230º 0.68% 0.78% -
HSV(B) 230º 0.33% 0.93% -
XYZ 44.34 42.99 86.08 -
YUV 175.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 159 172 237 0.33 0.27 0 0.07 230 0.68 0.78
Hex 9F AC ED 21 1B 0 7 E6 44 4E
Octal 237 254 355 41 33 0 7 346 104 116
Binary 10011111 10101100 11101101 100001 11011 0 111 11100110 1000100 1001110

Color Harmonies of #9FACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACED

Black with #9FACED

Text Example


Text Example

White with #9FACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,237); }

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

background-color css

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

 a { background-color: rgb(159,172,237); }

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

border-color css

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

 span { border-color: rgb(159,172,237); }

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