#9cd6f1

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

Shades of Cornflower #9CD6F1

Tints of Cornflower #9CD6F1

Color information

#9CD6F1 (or 0x9CD6F1) is unknown color: approx Cornflower. HEX triplet: 9C, D6 and F1. RGB value is (156,214,241). Sum of RGB (Red+Green+Blue) = 156+214+241=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CD6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD6F1 is #63290E. Grayscale: #C7C7C7. Windows color (decimal): -6498575 or 15849116. OLE color: 15849116.

HSL color Cylindrical-coordinate representation of color #9CD6F1: hue angle of 199.06º 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 #9CD6F1 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156214241-
CMYK0.350.1100.05
HSL199.06º75.22%77.84%-
HSV(B)199.06º35.27%94.51%-
XYZ53.6361.5192.27-
YUV199.74151.2896.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.53%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=25.53%
G=35.02%
B=39.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562142410.350.1100.05199.0675.2277.84
Hex9CD6F123B05c74b4e
Octal234326361431305307113116
Binary100111001101011011110001100011101101011100011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cd6f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,214,241); }

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

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

 a { background-color: rgb(156,214,241); }

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

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

 span { border-color: rgb(156,214,241); }

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