#90ADEE

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

Shades of Jordy Blue #90ADEE

Tints of Jordy Blue #90ADEE

Color information

#90ADEE (or 0x90ADEE) is unknown color: approx Jordy Blue. HEX triplet: 90, AD and EE. RGB value is (144,173,238). Sum of RGB (Red+Green+Blue) = 144+173+238=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #90ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADEE is #6F5211. Grayscale: #ABABAB. Windows color (decimal): -7295506 or 15642000. OLE color: 15642000.

HSL color Cylindrical-coordinate representation of color #90ADEE: hue angle of 221.49º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ADEE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144173238-
CMYK0.390.2700.07
HSL221.49º73.44%74.9%-
HSV(B)221.49º39.5%93.33%-
XYZ41.8841.9986.79-
YUV171.74165.39108.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.95%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=25.95%
G=31.17%
B=42.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441732380.390.2700.07221.4973.4474.9
Hex90ADEE271B07dd494b
Octal220255356473307335111113
Binary1001000010101101111011101001111101101111101110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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