#9CD9FE

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

Shades of Columbia Blue #9CD9FE

Tints of Columbia Blue #9CD9FE

Color information

#9CD9FE (or 0x9CD9FE) is unknown color: approx Columbia Blue. HEX triplet: 9C, D9 and FE. RGB value is (156,217,254). Sum of RGB (Red+Green+Blue) = 156+217+254=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CD9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD9FE is #632601. Grayscale: #CACACA. Windows color (decimal): -6497794 or 16701852. OLE color: 16701852.

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

Color convert

RGB156217254-
CMYK0.390.1500.00
HSL202.65º98%80.39%-
HSV(B)202.65º38.58%99.61%-
XYZ56.4163.85103.12-
YUV202.98156.7994.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.88%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=24.88%
G=34.61%
B=40.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562172540.390.1500.00202.659880.39
Hex9CD9FE27F00cb6250
Octal234331376471700313142120
Binary1001110011011001111111101001111111001100101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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