#90AFFD

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

Shades of Perano #90AFFD

Tints of Perano #90AFFD

Color information

#90AFFD (or 0x90AFFD) is unknown color: approx Perano. HEX triplet: 90, AF and FD. RGB value is (144,175,253). Sum of RGB (Red+Green+Blue) = 144+175+253=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #90AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFFD is #6F5002. Grayscale: #AEAEAE. Windows color (decimal): -7294979 or 16625552. OLE color: 16625552.

HSL color Cylindrical-coordinate representation of color #90AFFD: hue angle of 222.94º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90AFFD is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144175253-
CMYK0.430.3100.01
HSL222.94º96.46%77.84%-
HSV(B)222.94º43.08%99.22%-
XYZ44.5643.6899.01-
YUV174.62172.23106.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.17%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=25.17%
G=30.59%
B=44.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441752530.430.3100.01222.9496.4677.84
Hex90AFFD2B1F01df604e
Octal220257375533701337140116
Binary10010000101011111111110110101111111011101111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AFFD; }

 p { color: rgb(144,175,253); }

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

<style>
 a { background-color: #90AFFD; }

 a { background-color: rgb(144,175,253); }

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

<style>
 span { border-color: #90AFFD; }

 span { border-color: rgb(144,175,253); }

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