#90BAFD

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

Shades of Light Sky Blue #90BAFD

Tints of Light Sky Blue #90BAFD

Color information

#90BAFD (or 0x90BAFD) is unknown color: approx Light Sky Blue. HEX triplet: 90, BA and FD. RGB value is (144,186,253). Sum of RGB (Red+Green+Blue) = 144+186+253=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #90BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAFD is #6F4502. Grayscale: #B4B4B4. Windows color (decimal): -7292163 or 16628368. OLE color: 16628368.

HSL color Cylindrical-coordinate representation of color #90BAFD: hue angle of 216.88º degrees, saturation: 0.96, 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 #90BAFD is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144186253-
CMYK0.430.2600.01
HSL216.88º96.46%77.84%-
HSV(B)216.88º43.08%99.22%-
XYZ46.7948.1499.75-
YUV181.08168.59101.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.70%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=24.70%
G=31.90%
B=43.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441862530.430.2600.01216.8896.4677.84
Hex90BAFD2B1A01d9604e
Octal220272375533201331140116
Binary10010000101110101111110110101111010011101100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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