#9DC8FE

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

Shades of Pale Cornflower Blue #9DC8FE

Tints of Pale Cornflower Blue #9DC8FE

Color information

#9DC8FE (or 0x9DC8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, C8 and FE. RGB value is (157,200,254). Sum of RGB (Red+Green+Blue) = 157+200+254=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC8FE is #623701. Grayscale: #C1C1C1. Windows color (decimal): -6436610 or 16697501. OLE color: 16697501.

HSL color Cylindrical-coordinate representation of color #9DC8FE: hue angle of 213.4º 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 #9DC8FE is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157200254-
CMYK0.380.2100.00
HSL213.4º97.98%80.59%-
HSV(B)213.4º38.19%99.61%-
XYZ52.4555.63101.74-
YUV193.3162.25102.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.70%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=25.70%
G=32.73%
B=41.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572002540.380.2100.00213.497.9880.59
Hex9DC8FE261500d56251
Octal235310376462500325142121
Binary10011101110010001111111010011010101001101010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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