#9AADFD

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

Shades of Perano #9AADFD

Tints of Perano #9AADFD

Color information

#9AADFD (or 0x9AADFD) is unknown color: approx Perano. HEX triplet: 9A, AD and FD. RGB value is (154,173,253). Sum of RGB (Red+Green+Blue) = 154+173+253=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADFD is #655202. Grayscale: #B0B0B0. Windows color (decimal): -6640131 or 16625050. OLE color: 16625050.

HSL color Cylindrical-coordinate representation of color #9AADFD: hue angle of 228.48º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AADFD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154173253-
CMYK0.390.3200.01
HSL228.48º96.12%79.8%-
HSV(B)228.48º39.13%99.22%-
XYZ4643.8598.97-
YUV176.44171.21112-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=26.55%
G=29.83%
B=43.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541732530.390.3200.01228.4896.1279.8
Hex9AADFD272001e46050
Octal232255375474001344140120
Binary100110101010110111111101100111100000011110010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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