#90D8FE

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

Shades of Columbia Blue #90D8FE

Tints of Columbia Blue #90D8FE

Color information

#90D8FE (or 0x90D8FE) is unknown color: approx Columbia Blue. HEX triplet: 90, D8 and FE. RGB value is (144,216,254). Sum of RGB (Red+Green+Blue) = 144+216+254=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #90D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D8FE is #6F2701. Grayscale: #C6C6C6. Windows color (decimal): -7284482 or 16701584. OLE color: 16701584.

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

Color convert

RGB144216254-
CMYK0.430.1500.00
HSL200.73º98.21%78.04%-
HSV(B)200.73º43.31%99.61%-
XYZ53.9562.2102.93-
YUV198.8159.1588.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.45%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=23.45%
G=35.18%
B=41.37%

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
Decimal1442162540.430.1500.00200.7398.2178.04
Hex90D8FE2BF00c9624e
Octal220330376531700311142116
Binary1001000011011000111111101010111111001100100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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