#9DC8FA

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

Shades of Pale Cornflower Blue #9DC8FA

Tints of Pale Cornflower Blue #9DC8FA

Color information

#9DC8FA (or 0x9DC8FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, C8 and FA. RGB value is (157,200,250). Sum of RGB (Red+Green+Blue) = 157+200+250=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DC8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC8FA is #623705. Grayscale: #C0C0C0. Windows color (decimal): -6436614 or 16435357. OLE color: 16435357.

HSL color Cylindrical-coordinate representation of color #9DC8FA: hue angle of 212.26º 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 #9DC8FA is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157200250-
CMYK0.370.200.02
HSL212.26º90.29%79.8%-
HSV(B)212.26º37.2%98.04%-
XYZ51.8155.3898.4-
YUV192.84160.25102.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.86%
GREEN value IS 200 (78.52% from 255) = 32.95%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=25.86%
G=32.95%
B=41.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572002500.370.200.02212.2690.2979.8
Hex9DC8FA251402d45a50
Octal235310372452402324132120
Binary100111011100100011111010100101101000101101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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