#9CDAFE

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

Shades of Columbia Blue #9CDAFE

Tints of Columbia Blue #9CDAFE

Color information

#9CDAFE (or 0x9CDAFE) is unknown color: approx Columbia Blue. HEX triplet: 9C, DA and FE. RGB value is (156,218,254). Sum of RGB (Red+Green+Blue) = 156+218+254=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDAFE is #632501. Grayscale: #CBCBCB. Windows color (decimal): -6497538 or 16702108. OLE color: 16702108.

HSL color Cylindrical-coordinate representation of color #9CDAFE: hue angle of 202.04º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CDAFE is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156218254-
CMYK0.390.1400.00
HSL202.04º98%80.39%-
HSV(B)202.04º38.58%99.61%-
XYZ56.6764.37103.2-
YUV203.57156.4694.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.84%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=24.84%
G=34.71%
B=40.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562182540.390.1400.00202.049880.39
Hex9CDAFE27E00ca6250
Octal234332376471600312142120
Binary1001110011011010111111101001111110001100101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,254); }

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

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

 a { background-color: rgb(156,218,254); }

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

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

 span { border-color: rgb(156,218,254); }

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