#90ADEB

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

Shades of Jordy Blue #90ADEB

Tints of Jordy Blue #90ADEB

Color information

#90ADEB (or 0x90ADEB) is unknown color: approx Jordy Blue. HEX triplet: 90, AD and EB. RGB value is (144,173,235). Sum of RGB (Red+Green+Blue) = 144+173+235=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #90ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADEB is #6F5214. Grayscale: #ABABAB. Windows color (decimal): -7295509 or 15445392. OLE color: 15445392.

HSL color Cylindrical-coordinate representation of color #90ADEB: hue angle of 220.88º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ADEB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144173235-
CMYK0.390.2600.08
HSL220.88º69.47%74.31%-
HSV(B)220.88º38.72%92.16%-
XYZ41.4441.8184.48-
YUV171.4163.89108.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.09%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=26.09%
G=31.34%
B=42.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441732350.390.2600.08220.8869.4774.31
Hex90ADEB271A08dd454a
Octal2202553534732010335105112
Binary10010000101011011110101110011111010010001101110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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