#9CCBFB

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

Shades of Sail #9CCBFB

Tints of Sail #9CCBFB

Color information

#9CCBFB (or 0x9CCBFB) is unknown color: approx Sail. HEX triplet: 9C, CB and FB. RGB value is (156,203,251). Sum of RGB (Red+Green+Blue) = 156+203+251=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CCBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBFB is #633404. Grayscale: #C2C2C2. Windows color (decimal): -6501381 or 16501660. OLE color: 16501660.

HSL color Cylindrical-coordinate representation of color #9CCBFB: hue angle of 210.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCBFB is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156203251-
CMYK0.380.1900.02
HSL210.32º92.23%79.8%-
HSV(B)210.32º37.85%98.43%-
XYZ52.4856.7499.45-
YUV194.42159.93100.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.57%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=25.57%
G=33.28%
B=41.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562032510.380.1900.02210.3292.2379.8
Hex9CCBFB261302d25c50
Octal234313373462302322134120
Binary100111001100101111111011100110100110101101001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,251); }

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

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

 a { background-color: rgb(156,203,251); }

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

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

 span { border-color: rgb(156,203,251); }

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