#9CC6FD

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

Shades of Pale Cornflower Blue #9CC6FD

Tints of Pale Cornflower Blue #9CC6FD

Color information

#9CC6FD (or 0x9CC6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, C6 and FD. RGB value is (156,198,253). Sum of RGB (Red+Green+Blue) = 156+198+253=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CC6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC6FD is #633902. Grayscale: #BFBFBF. Windows color (decimal): -6502659 or 16631452. OLE color: 16631452.

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

Color convert

RGB156198253-
CMYK0.380.2200.01
HSL214.02º96.04%80.2%-
HSV(B)214.02º38.34%99.22%-
XYZ51.6354.55100.74-
YUV191.71162.59102.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.70%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=25.70%
G=32.62%
B=41.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561982530.380.2200.01214.0296.0480.2
Hex9CC6FD261601d66050
Octal234306375462601326140120
Binary10011100110001101111110110011010110011101011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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