#90C8FB

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

Shades of Light Sky Blue #90C8FB

Tints of Light Sky Blue #90C8FB

Color information

#90C8FB (or 0x90C8FB) is unknown color: approx Light Sky Blue. HEX triplet: 90, C8 and FB. RGB value is (144,200,251). Sum of RGB (Red+Green+Blue) = 144+200+251=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #90C8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C8FB is #6F3704. Grayscale: #BCBCBC. Windows color (decimal): -7288581 or 16500880. OLE color: 16500880.

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

Color convert

RGB144200251-
CMYK0.430.2000.02
HSL208.6º93.04%77.45%-
HSV(B)208.6º42.63%98.43%-
XYZ49.5754.299.12-
YUV189.07162.9595.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.20%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=24.20%
G=33.61%
B=42.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442002510.430.2000.02208.693.0477.45
Hex90C8FB2B1402d15d4d
Octal220310373532402321135115
Binary100100001100100011111011101011101000101101000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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