#90ADFD

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

Shades of Perano #90ADFD

Tints of Perano #90ADFD

Color information

#90ADFD (or 0x90ADFD) is unknown color: approx Perano. HEX triplet: 90, AD and FD. RGB value is (144,173,253). Sum of RGB (Red+Green+Blue) = 144+173+253=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #90ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADFD is #6F5202. Grayscale: #ADADAD. Windows color (decimal): -7295491 or 16625040. OLE color: 16625040.

HSL color Cylindrical-coordinate representation of color #90ADFD: hue angle of 224.04º 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 #90ADFD is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144173253-
CMYK0.430.3200.01
HSL224.04º96.46%77.84%-
HSV(B)224.04º43.08%99.22%-
XYZ44.1742.9198.88-
YUV173.45172.89107-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.26%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=25.26%
G=30.35%
B=44.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441732530.430.3200.01224.0496.4677.84
Hex90ADFD2B2001e0604e
Octal220255375534001340140116
Binary100100001010110111111101101011100000011110000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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