#90B5F1

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

Shades of Jordy Blue #90B5F1

Tints of Jordy Blue #90B5F1

Color information

#90B5F1 (or 0x90B5F1) is unknown color: approx Jordy Blue. HEX triplet: 90, B5 and F1. RGB value is (144,181,241). Sum of RGB (Red+Green+Blue) = 144+181+241=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #90B5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B5F1 is #6F4A0E. Grayscale: #B0B0B0. Windows color (decimal): -7293455 or 15840656. OLE color: 15840656.

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

Color convert

RGB144181241-
CMYK0.400.2500.05
HSL217.11º77.6%75.49%-
HSV(B)217.11º40.25%94.51%-
XYZ43.945.3389.65-
YUV176.78164.24104.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.44%
GREEN value IS 181 (71.09% from 255) = 31.98%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=25.44%
G=31.98%
B=42.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441812410.400.2500.05217.1177.675.49
Hex90B5F1281905d94e4b
Octal220265361503105331116113
Binary1001000010110101111100011010001100101011101100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,181,241); }

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

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

 a { background-color: rgb(144,181,241); }

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

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

 span { border-color: rgb(144,181,241); }

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