#9DC1F1

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

Shades of Pale Cornflower Blue #9DC1F1

Tints of Pale Cornflower Blue #9DC1F1

Color information

#9DC1F1 (or 0x9DC1F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, C1 and F1. RGB value is (157,193,241). Sum of RGB (Red+Green+Blue) = 157+193+241=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DC1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC1F1 is #623E0E. Grayscale: #BBBBBB. Windows color (decimal): -6438415 or 15843741. OLE color: 15843741.

HSL color Cylindrical-coordinate representation of color #9DC1F1: hue angle of 214.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DC1F1 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157193241-
CMYK0.350.2000.05
HSL214.29º75%78.04%-
HSV(B)214.29º34.85%94.51%-
XYZ48.8551.6690.62-
YUV187.71158.07106.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.57%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=26.57%
G=32.66%
B=40.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571932410.350.2000.05214.297578.04
Hex9DC1F1231405d64b4e
Octal235301361432405326113116
Binary1001110111000001111100011000111010001011101011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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