#90BAF9

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

Shades of Light Sky Blue #90BAF9

Tints of Light Sky Blue #90BAF9

Color information

#90BAF9 (or 0x90BAF9) is unknown color: approx Light Sky Blue. HEX triplet: 90, BA and F9. RGB value is (144,186,249). Sum of RGB (Red+Green+Blue) = 144+186+249=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #90BAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAF9 is #6F4506. Grayscale: #B4B4B4. Windows color (decimal): -7292167 or 16366224. OLE color: 16366224.

HSL color Cylindrical-coordinate representation of color #90BAF9: hue angle of 216º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90BAF9 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144186249-
CMYK0.420.2500.02
HSL216º89.74%77.06%-
HSV(B)216º42.17%97.65%-
XYZ46.1647.8996.43-
YUV180.62166.59101.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.87%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=24.87%
G=32.12%
B=43.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441862490.420.2500.0221689.7477.06
Hex90BAF92A1902d85a4d
Octal220272371523102330132115
Binary100100001011101011111001101010110010101101100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,186,249); }

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

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

 a { background-color: rgb(144,186,249); }

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

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

 span { border-color: rgb(144,186,249); }

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