#90DCFA

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

Shades of Columbia Blue #90DCFA

Tints of Columbia Blue #90DCFA

Color information

#90DCFA (or 0x90DCFA) is unknown color: approx Columbia Blue. HEX triplet: 90, DC and FA. RGB value is (144,220,250). Sum of RGB (Red+Green+Blue) = 144+220+250=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #90DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCFA is #6F2305. Grayscale: #C8C8C8. Windows color (decimal): -7283462 or 16440464. OLE color: 16440464.

HSL color Cylindrical-coordinate representation of color #90DCFA: hue angle of 196.98º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90DCFA is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144220250-
CMYK0.420.1200.02
HSL196.98º91.38%77.25%-
HSV(B)196.98º42.4%98.04%-
XYZ54.3564.0299.93-
YUV200.7155.8287.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.45%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=23.45%
G=35.83%
B=40.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442202500.420.1200.02196.9891.3877.25
Hex90DCFA2AC02c55b4d
Octal220334372521402305133115
Binary10010000110111001111101010101011000101100010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,220,250); }

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

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

 a { background-color: rgb(144,220,250); }

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

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

 span { border-color: rgb(144,220,250); }

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