#90D9FF

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

Shades of Columbia Blue #90D9FF

Tints of Columbia Blue #90D9FF

Color information

#90D9FF (or 0x90D9FF) is unknown color: approx Columbia Blue. HEX triplet: 90, D9 and FF. RGB value is (144,217,255). Sum of RGB (Red+Green+Blue) = 144+217+255=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #90D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D9FF is #6F2600. Grayscale: #C7C7C7. Windows color (decimal): -7284225 or 16767376. OLE color: 16767376.

HSL color Cylindrical-coordinate representation of color #90D9FF: hue angle of 200.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90D9FF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144217255-
CMYK0.440.1500
HSL200.54º100%78.24%-
HSV(B)200.54º43.53%100%-
XYZ54.3662.78103.86-
YUV199.5159.3288.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.38%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 255 (100% from 255) = 41.40%
R=23.38%
G=35.23%
B=41.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1442172550.440.1500200.5410078.24
Hex90D9FF2CF00c9644e
Octal220331377541700311144116
Binary1001000011011001111111111011001111001100100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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