#90B4FE

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

Shades of Light Sky Blue #90B4FE

Tints of Light Sky Blue #90B4FE

Color information

#90B4FE (or 0x90B4FE) is unknown color: approx Light Sky Blue. HEX triplet: 90, B4 and FE. RGB value is (144,180,254). Sum of RGB (Red+Green+Blue) = 144+180+254=578 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.91% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #90B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B4FE is #6F4B01. Grayscale: #B1B1B1. Windows color (decimal): -7293698 or 16692368. OLE color: 16692368.

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

Color convert

RGB144180254-
CMYK0.430.2900.00
HSL220.36º98.21%78.04%-
HSV(B)220.36º43.31%99.61%-
XYZ45.7145.73100.18-
YUV177.67171.07103.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.91%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=24.91%
G=31.14%
B=43.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441802540.430.2900.00220.3698.2178.04
Hex90B4FE2B1D00dc624e
Octal220264376533500334142116
Binary10010000101101001111111010101111101001101110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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