#9CD3FA

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

Shades of Columbia Blue #9CD3FA

Tints of Columbia Blue #9CD3FA

Color information

#9CD3FA (or 0x9CD3FA) is unknown color: approx Columbia Blue. HEX triplet: 9C, D3 and FA. RGB value is (156,211,250). Sum of RGB (Red+Green+Blue) = 156+211+250=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD3FA is #632C05. Grayscale: #C6C6C6. Windows color (decimal): -6499334 or 16438172. OLE color: 16438172.

HSL color Cylindrical-coordinate representation of color #9CD3FA: hue angle of 204.89º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CD3FA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156211250-
CMYK0.380.1600.02
HSL204.89º90.38%79.61%-
HSV(B)204.89º37.6%98.04%-
XYZ54.2660.5699.27-
YUV199156.7897.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.28%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=25.28%
G=34.20%
B=40.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562112500.380.1600.02204.8990.3879.61
Hex9CD3FA261002cd5a50
Octal234323372462002315132120
Binary100111001101001111111010100110100000101100110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CD3FA; }

 p { color: rgb(156,211,250); }

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

<style>
 a { background-color: #9CD3FA; }

 a { background-color: rgb(156,211,250); }

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

<style>
 span { border-color: #9CD3FA; }

 span { border-color: rgb(156,211,250); }

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