#90BAFA

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

Shades of Light Sky Blue #90BAFA

Tints of Light Sky Blue #90BAFA

Color information

#90BAFA (or 0x90BAFA) is unknown color: approx Light Sky Blue. HEX triplet: 90, BA and FA. RGB value is (144,186,250). Sum of RGB (Red+Green+Blue) = 144+186+250=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #90BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAFA is #6F4505. Grayscale: #B4B4B4. Windows color (decimal): -7292166 or 16431760. OLE color: 16431760.

HSL color Cylindrical-coordinate representation of color #90BAFA: hue angle of 216.23º degrees, saturation: 0.91, 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 #90BAFA is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144186250-
CMYK0.420.2600.02
HSL216.23º91.38%77.25%-
HSV(B)216.23º42.4%98.04%-
XYZ46.3247.9597.26-
YUV180.74167.09101.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.83%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=24.83%
G=32.07%
B=43.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441862500.420.2600.02216.2391.3877.25
Hex90BAFA2A1A02d85b4d
Octal220272372523202330133115
Binary100100001011101011111010101010110100101101100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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