#9DCCFE

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

Shades of Pale Cornflower Blue #9DCCFE

Tints of Pale Cornflower Blue #9DCCFE

Color information

#9DCCFE (or 0x9DCCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, CC and FE. RGB value is (157,204,254). Sum of RGB (Red+Green+Blue) = 157+204+254=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DCCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCFE is #623301. Grayscale: #C3C3C3. Windows color (decimal): -6435586 or 16698525. OLE color: 16698525.

HSL color Cylindrical-coordinate representation of color #9DCCFE: hue angle of 210.93º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DCCFE is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157204254-
CMYK0.380.2000.00
HSL210.93º97.98%80.59%-
HSV(B)210.93º38.19%99.61%-
XYZ53.3957.51102.05-
YUV195.65160.93100.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.53%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=25.53%
G=33.17%
B=41.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572042540.380.2000.00210.9397.9880.59
Hex9DCCFE261400d36251
Octal235314376462400323142121
Binary10011101110011001111111010011010100001101001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,254); }

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

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

 a { background-color: rgb(157,204,254); }

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

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

 span { border-color: rgb(157,204,254); }

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