#9DC6FA

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

Shades of Pale Cornflower Blue #9DC6FA

Tints of Pale Cornflower Blue #9DC6FA

Color information

#9DC6FA (or 0x9DC6FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, C6 and FA. RGB value is (157,198,250). Sum of RGB (Red+Green+Blue) = 157+198+250=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DC6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC6FA is #623905. Grayscale: #BFBFBF. Windows color (decimal): -6437126 or 16434845. OLE color: 16434845.

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

Color convert

RGB157198250-
CMYK0.370.2100.02
HSL213.55º90.29%79.8%-
HSV(B)213.55º37.2%98.04%-
XYZ51.3554.4698.25-
YUV191.67160.92103.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.95%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=25.95%
G=32.73%
B=41.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571982500.370.2100.02213.5590.2979.8
Hex9DC6FA251502d65a50
Octal235306372452502326132120
Binary100111011100011011111010100101101010101101011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,198,250); }

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

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

 a { background-color: rgb(157,198,250); }

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

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

 span { border-color: rgb(157,198,250); }

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