#9CD5FA

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

Shades of Columbia Blue #9CD5FA

Tints of Columbia Blue #9CD5FA

Color information

#9CD5FA (or 0x9CD5FA) is unknown color: approx Columbia Blue. HEX triplet: 9C, D5 and FA. RGB value is (156,213,250). Sum of RGB (Red+Green+Blue) = 156+213+250=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CD5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD5FA is #632A05. Grayscale: #C7C7C7. Windows color (decimal): -6498822 or 16438684. OLE color: 16438684.

HSL color Cylindrical-coordinate representation of color #9CD5FA: hue angle of 203.62º 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 #9CD5FA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156213250-
CMYK0.380.1500.02
HSL203.62º90.38%79.61%-
HSV(B)203.62º37.6%98.04%-
XYZ54.7661.5699.44-
YUV200.18156.1296.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.20%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=25.20%
G=34.41%
B=40.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562132500.380.1500.02203.6290.3879.61
Hex9CD5FA26F02cc5a50
Octal234325372461702314132120
Binary10011100110101011111101010011011110101100110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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