#9DC6FD

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

Shades of Pale Cornflower Blue #9DC6FD

Tints of Pale Cornflower Blue #9DC6FD

Color information

#9DC6FD (or 0x9DC6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, C6 and FD. RGB value is (157,198,253). Sum of RGB (Red+Green+Blue) = 157+198+253=608 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.82% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DC6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC6FD is #623902. Grayscale: #BFBFBF. Windows color (decimal): -6437123 or 16631453. OLE color: 16631453.

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

Color convert

RGB157198253-
CMYK0.380.2200.01
HSL214.38º96%80.39%-
HSV(B)214.38º37.94%99.22%-
XYZ51.8354.65100.75-
YUV192.01162.42103.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.82%
GREEN value IS 198 (77.73% from 255) = 32.57%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=25.82%
G=32.57%
B=41.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571982530.380.2200.01214.389680.39
Hex9DC6FD261601d66050
Octal235306375462601326140120
Binary10011101110001101111110110011010110011101011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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