#9CD4FA

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

Shades of Columbia Blue #9CD4FA

Tints of Columbia Blue #9CD4FA

Color information

#9CD4FA (or 0x9CD4FA) is unknown color: approx Columbia Blue. HEX triplet: 9C, D4 and FA. RGB value is (156,212,250). Sum of RGB (Red+Green+Blue) = 156+212+250=618 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.24% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CD4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD4FA is #632B05. Grayscale: #C7C7C7. Windows color (decimal): -6499078 or 16438428. OLE color: 16438428.

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

Color convert

RGB156212250-
CMYK0.380.1500.02
HSL204.26º90.38%79.61%-
HSV(B)204.26º37.6%98.04%-
XYZ54.5161.0699.35-
YUV199.59156.4596.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.24%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=25.24%
G=34.30%
B=40.45%

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
Decimal1562122500.380.1500.02204.2690.3879.61
Hex9CD4FA26F02cc5a50
Octal234324372461702314132120
Binary10011100110101001111101010011011110101100110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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