#9CCFFD

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

Shades of Columbia Blue #9CCFFD

Tints of Columbia Blue #9CCFFD

Color information

#9CCFFD (or 0x9CCFFD) is unknown color: approx Columbia Blue. HEX triplet: 9C, CF and FD. RGB value is (156,207,253). Sum of RGB (Red+Green+Blue) = 156+207+253=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFFD is #633002. Grayscale: #C4C4C4. Windows color (decimal): -6500355 or 16633756. OLE color: 16633756.

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

Color convert

RGB156207253-
CMYK0.380.1800.01
HSL208.45º96.04%80.2%-
HSV(B)208.45º38.34%99.22%-
XYZ53.7558.79101.44-
YUV197159.698.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.32%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=25.32%
G=33.60%
B=41.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562072530.380.1800.01208.4596.0480.2
Hex9CCFFD261201d06050
Octal234317375462201320140120
Binary10011100110011111111110110011010010011101000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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