#9CC5FE

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

Shades of Pale Cornflower Blue #9CC5FE

Tints of Pale Cornflower Blue #9CC5FE

Color information

#9CC5FE (or 0x9CC5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, C5 and FE. RGB value is (156,197,254). Sum of RGB (Red+Green+Blue) = 156+197+254=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CC5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC5FE is #633A01. Grayscale: #BEBEBE. Windows color (decimal): -6502914 or 16696732. OLE color: 16696732.

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

Color convert

RGB156197254-
CMYK0.390.2200.00
HSL214.9º98%80.39%-
HSV(B)214.9º38.58%99.61%-
XYZ51.5754.16101.5-
YUV191.24163.42102.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.70%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=25.70%
G=32.45%
B=41.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561972540.390.2200.00214.99880.39
Hex9CC5FE271600d76250
Octal234305376472600327142120
Binary10011100110001011111111010011110110001101011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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