#90BCFB

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

Shades of Light Sky Blue #90BCFB

Tints of Light Sky Blue #90BCFB

Color information

#90BCFB (or 0x90BCFB) is unknown color: approx Light Sky Blue. HEX triplet: 90, BC and FB. RGB value is (144,188,251). Sum of RGB (Red+Green+Blue) = 144+188+251=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #90BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCFB is #6F4304. Grayscale: #B5B5B5. Windows color (decimal): -7291653 or 16497808. OLE color: 16497808.

HSL color Cylindrical-coordinate representation of color #90BCFB: hue angle of 215.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90BCFB is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144188251-
CMYK0.430.2500.02
HSL215.33º93.04%77.45%-
HSV(B)215.33º42.63%98.43%-
XYZ46.948.8698.23-
YUV182.03166.92100.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.70%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=24.70%
G=32.25%
B=43.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441882510.430.2500.02215.3393.0477.45
Hex90BCFB2B1902d75d4d
Octal220274373533102327135115
Binary100100001011110011111011101011110010101101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,188,251); }

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

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

 a { background-color: rgb(144,188,251); }

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

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

 span { border-color: rgb(144,188,251); }

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