#9CC8FA

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

Shades of Pale Cornflower Blue #9CC8FA

Tints of Pale Cornflower Blue #9CC8FA

Color information

#9CC8FA (or 0x9CC8FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, C8 and FA. RGB value is (156,200,250). Sum of RGB (Red+Green+Blue) = 156+200+250=606 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.74% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CC8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC8FA is #633705. Grayscale: #C0C0C0. Windows color (decimal): -6502150 or 16435356. OLE color: 16435356.

HSL color Cylindrical-coordinate representation of color #9CC8FA: hue angle of 211.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CC8FA is Cyan = 0.38, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156200250-
CMYK0.380.200.02
HSL211.91º90.38%79.61%-
HSV(B)211.91º37.6%98.04%-
XYZ51.6255.2898.39-
YUV192.54160.42101.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.74%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=25.74%
G=33.00%
B=41.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562002500.380.200.02211.9190.3879.61
Hex9CC8FA261402d45a50
Octal234310372462402324132120
Binary100111001100100011111010100110101000101101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,200,250); }

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

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

 a { background-color: rgb(156,200,250); }

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

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

 span { border-color: rgb(156,200,250); }

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