#90B2EF

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

Shades of Jordy Blue #90B2EF

Tints of Jordy Blue #90B2EF

Color information

#90B2EF (or 0x90B2EF) is unknown color: approx Jordy Blue. HEX triplet: 90, B2 and EF. RGB value is (144,178,239). Sum of RGB (Red+Green+Blue) = 144+178+239=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #90B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B2EF is #6F4D10. Grayscale: #AEAEAE. Windows color (decimal): -7294225 or 15708816. OLE color: 15708816.

HSL color Cylindrical-coordinate representation of color #90B2EF: hue angle of 218.53º 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 #90B2EF is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144178239-
CMYK0.400.2600.06
HSL218.53º74.8%75.1%-
HSV(B)218.53º39.75%93.73%-
XYZ434487.89-
YUV174.79164.24106.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.67%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=25.67%
G=31.73%
B=42.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441782390.400.2600.06218.5374.875.1
Hex90B2EF281A06db4b4b
Octal220262357503206333113113
Binary1001000010110010111011111010001101001101101101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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