#9CDAFF

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

Shades of Columbia Blue #9CDAFF

Tints of Columbia Blue #9CDAFF

Color information

#9CDAFF (or 0x9CDAFF) is unknown color: approx Columbia Blue. HEX triplet: 9C, DA and FF. RGB value is (156,218,255). Sum of RGB (Red+Green+Blue) = 156+218+255=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDAFF is #632500. Grayscale: #CBCBCB. Windows color (decimal): -6497537 or 16767644. OLE color: 16767644.

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

Color convert

RGB156218255-
CMYK0.390.1500
HSL202.42º100%80.59%-
HSV(B)202.42º38.82%100%-
XYZ56.8364.43104.05-
YUV203.68156.9693.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.80%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 255 (100% from 255) = 40.54%
R=24.80%
G=34.66%
B=40.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562182550.390.1500202.4210080.59
Hex9CDAFF27F00ca6451
Octal234332377471700312144121
Binary1001110011011010111111111001111111001100101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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