#9CC1F8

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

Shades of Pale Cornflower Blue #9CC1F8

Tints of Pale Cornflower Blue #9CC1F8

Color information

#9CC1F8 (or 0x9CC1F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, C1 and F8. RGB value is (156,193,248). Sum of RGB (Red+Green+Blue) = 156+193+248=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #9CC1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC1F8 is #633E07. Grayscale: #BBBBBB. Windows color (decimal): -6503944 or 16302492. OLE color: 16302492.

HSL color Cylindrical-coordinate representation of color #9CC1F8: hue angle of 215.87º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CC1F8 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB156193248-
CMYK0.370.2200.03
HSL215.87º86.79%79.22%-
HSV(B)215.87º37.1%97.25%-
XYZ49.7251.9996.22-
YUV188.21161.74105.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.13%
GREEN value IS 193 (75.78% from 255) = 32.33%
BLUE value IS 248 (97.27% from 255) = 41.54%
R=26.13%
G=32.33%
B=41.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1561932480.370.2200.03215.8786.7979.22
Hex9CC1F8251603d8574f
Octal234301370452603330127117
Binary100111001100000111111000100101101100111101100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,193,248); }

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

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

 a { background-color: rgb(156,193,248); }

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

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

 span { border-color: rgb(156,193,248); }

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