#9CC5FF

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

Shades of Pale Cornflower Blue #9CC5FF

Tints of Pale Cornflower Blue #9CC5FF

Color information

#9CC5FF (or 0x9CC5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, C5 and FF. RGB value is (156,197,255). Sum of RGB (Red+Green+Blue) = 156+197+255=608 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.66% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC5FF is #633A00. Grayscale: #BFBFBF. Windows color (decimal): -6502913 or 16762268. OLE color: 16762268.

HSL color Cylindrical-coordinate representation of color #9CC5FF: hue angle of 215.15º 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 #9CC5FF is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156197255-
CMYK0.390.2300
HSL215.15º100%80.59%-
HSV(B)215.15º38.82%100%-
XYZ51.7354.22102.35-
YUV191.35163.92102.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.66%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 255 (100% from 255) = 41.94%
R=25.66%
G=32.40%
B=41.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561972550.390.2300215.1510080.59
Hex9CC5FF271700d76451
Octal234305377472700327144121
Binary10011100110001011111111110011110111001101011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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