#90ABEF

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

Shades of Jordy Blue #90ABEF

Tints of Jordy Blue #90ABEF

Color information

#90ABEF (or 0x90ABEF) is unknown color: approx Jordy Blue. HEX triplet: 90, AB and EF. RGB value is (144,171,239). Sum of RGB (Red+Green+Blue) = 144+171+239=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #90ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABEF is #6F5410. Grayscale: #AAAAAA. Windows color (decimal): -7296017 or 15707024. OLE color: 15707024.

HSL color Cylindrical-coordinate representation of color #90ABEF: hue angle of 222.95º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90ABEF is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144171239-
CMYK0.400.2800.06
HSL222.95º74.8%75.1%-
HSV(B)222.95º39.75%93.73%-
XYZ41.6441.2987.44-
YUV170.68166.55108.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.99%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=25.99%
G=30.87%
B=43.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441712390.400.2800.06222.9574.875.1
Hex90ABEF281C06df4b4b
Octal220253357503406337113113
Binary1001000010101011111011111010001110001101101111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,171,239); }

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

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

 a { background-color: rgb(144,171,239); }

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

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

 span { border-color: rgb(144,171,239); }

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