#9DCCF3

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

Shades of Sail #9DCCF3

Tints of Sail #9DCCF3

Color information

#9DCCF3 (or 0x9DCCF3) is unknown color: approx Sail. HEX triplet: 9D, CC and F3. RGB value is (157,204,243). Sum of RGB (Red+Green+Blue) = 157+204+243=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DCCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCF3 is #62330C. Grayscale: #C2C2C2. Windows color (decimal): -6435597 or 15977629. OLE color: 15977629.

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

Color convert

RGB157204243-
CMYK0.350.1600.05
HSL207.21º78.18%78.43%-
HSV(B)207.21º35.39%95.29%-
XYZ51.6856.8293.04-
YUV194.39155.43101.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.99%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=25.99%
G=33.77%
B=40.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572042430.350.1600.05207.2178.1878.43
Hex9DCCF3231005cf4e4e
Octal235314363432005317116116
Binary1001110111001100111100111000111000001011100111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,243); }

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

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

 a { background-color: rgb(157,204,243); }

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

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

 span { border-color: rgb(157,204,243); }

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