#9BCCFD

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

Shades of Sail #9BCCFD

Tints of Sail #9BCCFD

Color information

#9BCCFD (or 0x9BCCFD) is unknown color: approx Sail. HEX triplet: 9B, CC and FD. RGB value is (155,204,253). Sum of RGB (Red+Green+Blue) = 155+204+253=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BCCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCFD is #643302. Grayscale: #C2C2C2. Windows color (decimal): -6566659 or 16632987. OLE color: 16632987.

HSL color Cylindrical-coordinate representation of color #9BCCFD: hue angle of 210º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BCCFD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155204253-
CMYK0.390.1900.01
HSL210º96.08%80%-
HSV(B)210º38.74%99.22%-
XYZ52.8457.25101.19-
YUV194.94160.7799.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.33%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=25.33%
G=33.33%
B=41.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552042530.390.1900.0121096.0880
Hex9BCCFD271301d26050
Octal233314375472301322140120
Binary10011011110011001111110110011110011011101001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,253); }

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

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

 a { background-color: rgb(155,204,253); }

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

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

 span { border-color: rgb(155,204,253); }

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