#90ACED

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

Shades of Jordy Blue #90ACED

Tints of Jordy Blue #90ACED

Color information

#90ACED (or 0x90ACED) is unknown color: approx Jordy Blue. HEX triplet: 90, AC and ED. RGB value is (144,172,237). Sum of RGB (Red+Green+Blue) = 144+172+237=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #90ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACED is #6F5312. Grayscale: #AAAAAA. Windows color (decimal): -7295763 or 15576208. OLE color: 15576208.

HSL color Cylindrical-coordinate representation of color #90ACED: hue angle of 221.94º degrees, saturation: 0.72, 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 #90ACED is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144172237-
CMYK0.390.2700.07
HSL221.94º72.09%74.71%-
HSV(B)221.94º39.24%92.94%-
XYZ41.5441.5585.95-
YUV171.04165.22108.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.04%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=26.04%
G=31.10%
B=42.86%

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
Decimal1441722370.390.2700.07221.9472.0974.71
Hex90ACED271B07de484b
Octal220254355473307336110113
Binary1001000010101100111011011001111101101111101111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,172,237); }

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

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

 a { background-color: rgb(144,172,237); }

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

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

 span { border-color: rgb(144,172,237); }

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