#90DDFB

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

Shades of Columbia Blue #90DDFB

Tints of Columbia Blue #90DDFB

Color information

#90DDFB (or 0x90DDFB) is unknown color: approx Columbia Blue. HEX triplet: 90, DD and FB. RGB value is (144,221,251). Sum of RGB (Red+Green+Blue) = 144+221+251=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #90DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDFB is #6F2204. Grayscale: #C9C9C9. Windows color (decimal): -7283205 or 16506256. OLE color: 16506256.

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

Color convert

RGB144221251-
CMYK0.430.1200.02
HSL196.82º93.04%77.45%-
HSV(B)196.82º42.63%98.43%-
XYZ54.7764.61100.85-
YUV201.4155.9987.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.38%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=23.38%
G=35.88%
B=40.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442212510.430.1200.02196.8293.0477.45
Hex90DDFB2BC02c55d4d
Octal220335373531402305135115
Binary10010000110111011111101110101111000101100010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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