#9DCDFF

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

Shades of Pale Cornflower Blue #9DCDFF

Tints of Pale Cornflower Blue #9DCDFF

Color information

#9DCDFF (or 0x9DCDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, CD and FF. RGB value is (157,205,255). Sum of RGB (Red+Green+Blue) = 157+205+255=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDFF is #623200. Grayscale: #C4C4C4. Windows color (decimal): -6435329 or 16764317. OLE color: 16764317.

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

Color convert

RGB157205255-
CMYK0.380.2000
HSL210.61º100%80.78%-
HSV(B)210.61º38.43%100%-
XYZ53.7958.05102.98-
YUV196.35161.199.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.45%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 255 (100% from 255) = 41.33%
R=25.45%
G=33.23%
B=41.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572052550.380.2000210.6110080.78
Hex9DCDFF261400d36451
Octal235315377462400323144121
Binary10011101110011011111111110011010100001101001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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