#90B3F2

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

Shades of Jordy Blue #90B3F2

Tints of Jordy Blue #90B3F2

Color information

#90B3F2 (or 0x90B3F2) is unknown color: approx Jordy Blue. HEX triplet: 90, B3 and F2. RGB value is (144,179,242). Sum of RGB (Red+Green+Blue) = 144+179+242=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #90B3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B3F2 is #6F4C0D. Grayscale: #AFAFAF. Windows color (decimal): -7293966 or 15905680. OLE color: 15905680.

HSL color Cylindrical-coordinate representation of color #90B3F2: hue angle of 218.57º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90B3F2 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144179242-
CMYK0.400.2600.05
HSL218.57º79.03%75.69%-
HSV(B)218.57º40.5%94.9%-
XYZ43.6544.5890.31-
YUV175.72165.4105.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 179 (70.31% from 255) = 31.68%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=25.49%
G=31.68%
B=42.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441792420.400.2600.05218.5779.0375.69
Hex90B3F2281A05db4f4c
Octal220263362503205333117114
Binary1001000010110011111100101010001101001011101101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,242); }

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

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

 a { background-color: rgb(144,179,242); }

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

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

 span { border-color: rgb(144,179,242); }

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