#9CCDF1

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

Shades of Sail #9CCDF1

Tints of Sail #9CCDF1

Color information

#9CCDF1 (or 0x9CCDF1) is unknown color: approx Sail. HEX triplet: 9C, CD and F1. RGB value is (156,205,241). Sum of RGB (Red+Green+Blue) = 156+205+241=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CCDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCDF1 is #63320E. Grayscale: #C2C2C2. Windows color (decimal): -6500879 or 15846812. OLE color: 15846812.

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

Color convert

RGB156205241-
CMYK0.350.1500.05
HSL205.41º75.22%77.84%-
HSV(B)205.41º35.27%94.51%-
XYZ51.4257.0891.53-
YUV194.45154.27100.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.91%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=25.91%
G=34.05%
B=40.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562052410.350.1500.05205.4175.2277.84
Hex9CCDF123F05cd4b4e
Octal234315361431705315113116
Binary100111001100110111110001100011111101011100110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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