#90DDFC

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

Shades of Columbia Blue #90DDFC

Tints of Columbia Blue #90DDFC

Color information

#90DDFC (or 0x90DDFC) is unknown color: approx Columbia Blue. HEX triplet: 90, DD and FC. RGB value is (144,221,252). Sum of RGB (Red+Green+Blue) = 144+221+252=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #90DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDFC is #6F2203. Grayscale: #C9C9C9. Windows color (decimal): -7283204 or 16571792. OLE color: 16571792.

HSL color Cylindrical-coordinate representation of color #90DDFC: hue angle of 197.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90DDFC is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144221252-
CMYK0.430.1200.01
HSL197.22º94.74%77.65%-
HSV(B)197.22º42.86%98.82%-
XYZ54.9364.67101.68-
YUV201.51156.4986.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.34%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=23.34%
G=35.82%
B=40.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442212520.430.1200.01197.2294.7477.65
Hex90DDFC2BC01c55f4e
Octal220335374531401305137116
Binary1001000011011101111111001010111100011100010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,221,252); }

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

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

 a { background-color: rgb(144,221,252); }

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

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

 span { border-color: rgb(144,221,252); }

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