#90B9FC

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

Shades of Light Sky Blue #90B9FC

Tints of Light Sky Blue #90B9FC

Color information

#90B9FC (or 0x90B9FC) is unknown color: approx Light Sky Blue. HEX triplet: 90, B9 and FC. RGB value is (144,185,252). Sum of RGB (Red+Green+Blue) = 144+185+252=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #90B9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B9FC is #6F4603. Grayscale: #B4B4B4. Windows color (decimal): -7292420 or 16562576. OLE color: 16562576.

HSL color Cylindrical-coordinate representation of color #90B9FC: hue angle of 217.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90B9FC is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144185252-
CMYK0.430.2700.01
HSL217.22º94.74%77.65%-
HSV(B)217.22º42.86%98.82%-
XYZ46.4247.6698.85-
YUV180.38168.42102.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.78%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=24.78%
G=31.84%
B=43.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441852520.430.2700.01217.2294.7477.65
Hex90B9FC2B1B01d95f4e
Octal220271374533301331137116
Binary10010000101110011111110010101111011011101100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,185,252); }

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

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

 a { background-color: rgb(144,185,252); }

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

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

 span { border-color: rgb(144,185,252); }

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