#9DC1FF

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

Shades of Pale Cornflower Blue #9DC1FF

Tints of Pale Cornflower Blue #9DC1FF

Color information

#9DC1FF (or 0x9DC1FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, C1 and FF. RGB value is (157,193,255). Sum of RGB (Red+Green+Blue) = 157+193+255=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DC1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC1FF is #623E00. Grayscale: #BDBDBD. Windows color (decimal): -6438401 or 16761245. OLE color: 16761245.

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

Color convert

RGB157193255-
CMYK0.380.2400
HSL217.96º100%80.78%-
HSV(B)217.96º38.43%100%-
XYZ51.0252.53102.06-
YUV189.3165.07104.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.95%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 255 (100% from 255) = 42.15%
R=25.95%
G=31.90%
B=42.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571932550.380.2400217.9610080.78
Hex9DC1FF261800da6451
Octal235301377463000332144121
Binary10011101110000011111111110011011000001101101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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