#90D7FB

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

Shades of Columbia Blue #90D7FB

Tints of Columbia Blue #90D7FB

Color information

#90D7FB (or 0x90D7FB) is unknown color: approx Columbia Blue. HEX triplet: 90, D7 and FB. RGB value is (144,215,251). Sum of RGB (Red+Green+Blue) = 144+215+251=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #90D7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D7FB is #6F2804. Grayscale: #C5C5C5. Windows color (decimal): -7284741 or 16504720. OLE color: 16504720.

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

Color convert

RGB144215251-
CMYK0.430.1400.02
HSL200.19º93.04%77.45%-
HSV(B)200.19º42.63%98.43%-
XYZ53.2161.5100.33-
YUV197.88157.9889.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.61%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=23.61%
G=35.25%
B=41.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442152510.430.1400.02200.1993.0477.45
Hex90D7FB2BE02c85d4d
Octal220327373531602310135115
Binary10010000110101111111101110101111100101100100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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