#9DAFFE

Color #9DAFFE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9DAFFE

Tints of Perano #9DAFFE

Color information

#9DAFFE (or 0x9DAFFE) is unknown color: approx Perano. HEX triplet: 9D, AF and FE. RGB value is (157,175,254). Sum of RGB (Red+Green+Blue) = 157+175+254=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAFFE is #625001. Grayscale: #B2B2B2. Windows color (decimal): -6443010 or 16691101. OLE color: 16691101.

HSL color Cylindrical-coordinate representation of color #9DAFFE: hue angle of 228.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DAFFE is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157175254-
CMYK0.380.3100.00
HSL228.87º97.98%80.59%-
HSV(B)228.87º38.19%99.61%-
XYZ47.1244.9899.96-
YUV178.62170.54112.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=26.79%
G=29.86%
B=43.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571752540.380.3100.00228.8797.9880.59
Hex9DAFFE261F00e56251
Octal235257376463700345142121
Binary10011101101011111111111010011011111001110010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,254); }

 H1.HeaderClassName
 {
   color: #9DAFFE;
 }
 .AnyTagClassName
 {
   color: #9DAFFE;
 }
</style>
background-color css

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

 a { background-color: rgb(157,175,254); }

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

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

 span { border-color: rgb(157,175,254); }

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