#90D5FC

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

Shades of Light Sky Blue #90D5FC

Tints of Light Sky Blue #90D5FC

Color information

#90D5FC (or 0x90D5FC) is unknown color: approx Light Sky Blue. HEX triplet: 90, D5 and FC. RGB value is (144,213,252). Sum of RGB (Red+Green+Blue) = 144+213+252=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #90D5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D5FC is #6F2A03. Grayscale: #C4C4C4. Windows color (decimal): -7285252 or 16569744. OLE color: 16569744.

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

Color convert

RGB144213252-
CMYK0.430.1500.01
HSL201.67º94.74%77.65%-
HSV(B)201.67º42.86%98.82%-
XYZ52.8760.55101-
YUV196.82159.1490.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.65%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=23.65%
G=34.98%
B=41.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442132520.430.1500.01201.6794.7477.65
Hex90D5FC2BF01ca5f4e
Octal220325374531701312137116
Binary1001000011010101111111001010111111011100101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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