#90B4EB

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

Shades of Jordy Blue #90B4EB

Tints of Jordy Blue #90B4EB

Color information

#90B4EB (or 0x90B4EB) is unknown color: approx Jordy Blue. HEX triplet: 90, B4 and EB. RGB value is (144,180,235). Sum of RGB (Red+Green+Blue) = 144+180+235=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #90B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B4EB is #6F4B14. Grayscale: #AFAFAF. Windows color (decimal): -7293717 or 15447184. OLE color: 15447184.

HSL color Cylindrical-coordinate representation of color #90B4EB: hue angle of 216.26º 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 #90B4EB is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144180235-
CMYK0.390.2300.08
HSL216.26º69.47%74.31%-
HSV(B)216.26º38.72%92.16%-
XYZ42.8244.5784.94-
YUV175.51161.57105.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.76%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=25.76%
G=32.20%
B=42.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441802350.390.2300.08216.2669.4774.31
Hex90B4EB271708d8454a
Octal2202643534727010330105112
Binary10010000101101001110101110011110111010001101100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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