#90B7EB

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

Shades of Jordy Blue #90B7EB

Tints of Jordy Blue #90B7EB

Color information

#90B7EB (or 0x90B7EB) is unknown color: approx Jordy Blue. HEX triplet: 90, B7 and EB. RGB value is (144,183,235). Sum of RGB (Red+Green+Blue) = 144+183+235=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #90B7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B7EB is #6F4814. Grayscale: #B1B1B1. Windows color (decimal): -7292949 or 15447952. OLE color: 15447952.

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

Color convert

RGB144183235-
CMYK0.390.2200.08
HSL214.29º69.47%74.31%-
HSV(B)214.29º38.72%92.16%-
XYZ43.4345.7985.15-
YUV177.27160.58104.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.62%
GREEN value IS 183 (71.88% from 255) = 32.56%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=25.62%
G=32.56%
B=41.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441832350.390.2200.08214.2969.4774.31
Hex90B7EB271608d6454a
Octal2202673534726010326105112
Binary10010000101101111110101110011110110010001101011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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