#9CCEFD

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

Shades of Columbia Blue #9CCEFD

Tints of Columbia Blue #9CCEFD

Color information

#9CCEFD (or 0x9CCEFD) is unknown color: approx Columbia Blue. HEX triplet: 9C, CE and FD. RGB value is (156,206,253). Sum of RGB (Red+Green+Blue) = 156+206+253=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CCEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEFD is #633102. Grayscale: #C4C4C4. Windows color (decimal): -6500611 or 16633500. OLE color: 16633500.

HSL color Cylindrical-coordinate representation of color #9CCEFD: hue angle of 209.07º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCEFD is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156206253-
CMYK0.380.1900.01
HSL209.07º96.04%80.2%-
HSV(B)209.07º38.34%99.22%-
XYZ53.5158.3101.36-
YUV196.41159.9499.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.37%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=25.37%
G=33.50%
B=41.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562062530.380.1900.01209.0796.0480.2
Hex9CCEFD261301d16050
Octal234316375462301321140120
Binary10011100110011101111110110011010011011101000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,206,253); }

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

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

 a { background-color: rgb(156,206,253); }

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

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

 span { border-color: rgb(156,206,253); }

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