#9DCDFD

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

Shades of Pale Cornflower Blue #9DCDFD

Tints of Pale Cornflower Blue #9DCDFD

Color information

#9DCDFD (or 0x9DCDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, CD and FD. RGB value is (157,205,253). Sum of RGB (Red+Green+Blue) = 157+205+253=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DCDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDFD is #623202. Grayscale: #C3C3C3. Windows color (decimal): -6435331 or 16633245. OLE color: 16633245.

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

Color convert

RGB157205253-
CMYK0.380.1900.01
HSL210º96%80.39%-
HSV(B)210º37.94%99.22%-
XYZ53.4757.92101.29-
YUV196.12160.1100.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.53%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=25.53%
G=33.33%
B=41.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572052530.380.1900.012109680.39
Hex9DCDFD261301d26050
Octal235315375462301322140120
Binary10011101110011011111110110011010011011101001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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