#90ADE9

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

Shades of Jordy Blue #90ADE9

Tints of Jordy Blue #90ADE9

Color information

#90ADE9 (or 0x90ADE9) is unknown color: approx Jordy Blue. HEX triplet: 90, AD and E9. RGB value is (144,173,233). Sum of RGB (Red+Green+Blue) = 144+173+233=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #90ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADE9 is #6F5216. Grayscale: #AAAAAA. Windows color (decimal): -7295511 or 15314320. OLE color: 15314320.

HSL color Cylindrical-coordinate representation of color #90ADE9: hue angle of 220.45º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90ADE9 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144173233-
CMYK0.380.2600.09
HSL220.45º66.92%73.92%-
HSV(B)220.45º38.2%91.37%-
XYZ41.1541.782.97-
YUV171.17162.89108.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.18%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 233 (91.41% from 255) = 42.36%
R=26.18%
G=31.45%
B=42.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1441732330.380.2600.09220.4566.9273.92
Hex90ADE9261A09dc434a
Octal2202553514632011334103112
Binary10010000101011011110100110011011010010011101110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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