#90B7FB

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

Shades of Light Sky Blue #90B7FB

Tints of Light Sky Blue #90B7FB

Color information

#90B7FB (or 0x90B7FB) is unknown color: approx Light Sky Blue. HEX triplet: 90, B7 and FB. RGB value is (144,183,251). Sum of RGB (Red+Green+Blue) = 144+183+251=578 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.91% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #90B7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B7FB is #6F4804. Grayscale: #B2B2B2. Windows color (decimal): -7292933 or 16496528. OLE color: 16496528.

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

Color convert

RGB144183251-
CMYK0.430.2700.02
HSL218.13º93.04%77.45%-
HSV(B)218.13º42.63%98.43%-
XYZ45.8546.7697.88-
YUV179.09168.58102.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.91%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=24.91%
G=31.66%
B=43.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441832510.430.2700.02218.1393.0477.45
Hex90B7FB2B1B02da5d4d
Octal220267373533302332135115
Binary100100001011011111111011101011110110101101101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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