#9CDBFC

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

Shades of Columbia Blue #9CDBFC

Tints of Columbia Blue #9CDBFC

Color information

#9CDBFC (or 0x9CDBFC) is unknown color: approx Columbia Blue. HEX triplet: 9C, DB and FC. RGB value is (156,219,252). Sum of RGB (Red+Green+Blue) = 156+219+252=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBFC is #632403. Grayscale: #CBCBCB. Windows color (decimal): -6497284 or 16571292. OLE color: 16571292.

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

Color convert

RGB156219252-
CMYK0.380.1300.01
HSL200.62º94.12%80%-
HSV(B)200.62º38.1%98.82%-
XYZ56.6164.76101.61-
YUV203.92155.1393.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.88%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=24.88%
G=34.93%
B=40.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562192520.380.1300.01200.6294.1280
Hex9CDBFC26D01c95e50
Octal234333374461501311136120
Binary1001110011011011111111001001101101011100100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,219,252); }

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

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

 a { background-color: rgb(156,219,252); }

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

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

 span { border-color: rgb(156,219,252); }

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