#90DBFB

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

Shades of Columbia Blue #90DBFB

Tints of Columbia Blue #90DBFB

Color information

#90DBFB (or 0x90DBFB) is unknown color: approx Columbia Blue. HEX triplet: 90, DB and FB. RGB value is (144,219,251). Sum of RGB (Red+Green+Blue) = 144+219+251=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #90DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBFB is #6F2404. Grayscale: #C8C8C8. Windows color (decimal): -7283717 or 16505744. OLE color: 16505744.

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

Color convert

RGB144219251-
CMYK0.430.1300.02
HSL197.94º93.04%77.45%-
HSV(B)197.94º42.63%98.43%-
XYZ54.2563.56100.68-
YUV200.22156.6587.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.45%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=23.45%
G=35.67%
B=40.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442192510.430.1300.02197.9493.0477.45
Hex90DBFB2BD02c65d4d
Octal220333373531502306135115
Binary10010000110110111111101110101111010101100011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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