#90D4FE

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

Shades of Light Sky Blue #90D4FE

Tints of Light Sky Blue #90D4FE

Color information

#90D4FE (or 0x90D4FE) is unknown color: approx Light Sky Blue. HEX triplet: 90, D4 and FE. RGB value is (144,212,254). Sum of RGB (Red+Green+Blue) = 144+212+254=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #90D4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D4FE is #6F2B01. Grayscale: #C4C4C4. Windows color (decimal): -7285506 or 16700560. OLE color: 16700560.

HSL color Cylindrical-coordinate representation of color #90D4FE: hue angle of 202.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90D4FE is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144212254-
CMYK0.430.1700.00
HSL202.91º98.21%78.04%-
HSV(B)202.91º43.31%99.61%-
XYZ52.9360.17102.59-
YUV196.46160.4790.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.61%
GREEN value IS 212 (83.20% from 255) = 34.75%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=23.61%
G=34.75%
B=41.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442122540.430.1700.00202.9198.2178.04
Hex90D4FE2B1100cb624e
Octal220324376532100313142116
Binary10010000110101001111111010101110001001100101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,212,254); }

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

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

 a { background-color: rgb(144,212,254); }

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

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

 span { border-color: rgb(144,212,254); }

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