#90D9FE

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

Shades of Columbia Blue #90D9FE

Tints of Columbia Blue #90D9FE

Color information

#90D9FE (or 0x90D9FE) is unknown color: approx Columbia Blue. HEX triplet: 90, D9 and FE. RGB value is (144,217,254). Sum of RGB (Red+Green+Blue) = 144+217+254=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #90D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D9FE is #6F2601. Grayscale: #C7C7C7. Windows color (decimal): -7284226 or 16701840. OLE color: 16701840.

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

Color convert

RGB144217254-
CMYK0.430.1500.00
HSL200.18º98.21%78.04%-
HSV(B)200.18º43.31%99.61%-
XYZ54.262.71103.01-
YUV199.39158.8288.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.41%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=23.41%
G=35.28%
B=41.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442172540.430.1500.00200.1898.2178.04
Hex90D9FE2BF00c8624e
Octal220331376531700310142116
Binary1001000011011001111111101010111111001100100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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