#9CC8FC

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

Shades of Pale Cornflower Blue #9CC8FC

Tints of Pale Cornflower Blue #9CC8FC

Color information

#9CC8FC (or 0x9CC8FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, C8 and FC. RGB value is (156,200,252). Sum of RGB (Red+Green+Blue) = 156+200+252=608 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.66% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC8FC is #633703. Grayscale: #C0C0C0. Windows color (decimal): -6502148 or 16566428. OLE color: 16566428.

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

Color convert

RGB156200252-
CMYK0.380.2100.01
HSL212.5º94.12%80%-
HSV(B)212.5º38.1%98.82%-
XYZ51.9455.4100.05-
YUV192.77161.42101.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.66%
GREEN value IS 200 (78.52% from 255) = 32.89%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=25.66%
G=32.89%
B=41.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562002520.380.2100.01212.594.1280
Hex9CC8FC261501d45e50
Octal234310374462501324136120
Binary10011100110010001111110010011010101011101010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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