#9CC4FA

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

Shades of Pale Cornflower Blue #9CC4FA

Tints of Pale Cornflower Blue #9CC4FA

Color information

#9CC4FA (or 0x9CC4FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, C4 and FA. RGB value is (156,196,250). Sum of RGB (Red+Green+Blue) = 156+196+250=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC4FA is #633B05. Grayscale: #BDBDBD. Windows color (decimal): -6503174 or 16434332. OLE color: 16434332.

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

Color convert

RGB156196250-
CMYK0.380.2200.02
HSL214.47º90.38%79.61%-
HSV(B)214.47º37.6%98.04%-
XYZ50.7153.4598.09-
YUV190.2161.75103.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.91%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=25.91%
G=32.56%
B=41.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561962500.380.2200.02214.4790.3879.61
Hex9CC4FA261602d65a50
Octal234304372462602326132120
Binary100111001100010011111010100110101100101101011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,196,250); }

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

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

 a { background-color: rgb(156,196,250); }

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

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

 span { border-color: rgb(156,196,250); }

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