#9CC8FF

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

Shades of Pale Cornflower Blue #9CC8FF

Tints of Pale Cornflower Blue #9CC8FF

Color information

#9CC8FF (or 0x9CC8FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, C8 and FF. RGB value is (156,200,255). Sum of RGB (Red+Green+Blue) = 156+200+255=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC8FF is #633700. Grayscale: #C0C0C0. Windows color (decimal): -6502145 or 16763036. OLE color: 16763036.

HSL color Cylindrical-coordinate representation of color #9CC8FF: hue angle of 213.33º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CC8FF is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156200255-
CMYK0.390.2200
HSL213.33º100%80.59%-
HSV(B)213.33º38.82%100%-
XYZ52.4155.6102.58-
YUV193.11162.92101.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.53%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 255 (100% from 255) = 41.73%
R=25.53%
G=32.73%
B=41.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562002550.390.2200213.3310080.59
Hex9CC8FF271600d56451
Octal234310377472600325144121
Binary10011100110010001111111110011110110001101010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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