#9DCAF0

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

Shades of Sail #9DCAF0

Tints of Sail #9DCAF0

Color information

#9DCAF0 (or 0x9DCAF0) is unknown color: approx Sail. HEX triplet: 9D, CA and F0. RGB value is (157,202,240). Sum of RGB (Red+Green+Blue) = 157+202+240=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DCAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCAF0 is #62350F. Grayscale: #C0C0C0. Windows color (decimal): -6436112 or 15780509. OLE color: 15780509.

HSL color Cylindrical-coordinate representation of color #9DCAF0: hue angle of 207.47º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DCAF0 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157202240-
CMYK0.350.1600.06
HSL207.47º73.45%77.84%-
HSV(B)207.47º34.58%94.12%-
XYZ50.7555.790.51-
YUV192.88154.59102.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.21%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 240 (94.14% from 255) = 40.07%
R=26.21%
G=33.72%
B=40.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572022400.350.1600.06207.4773.4577.84
Hex9DCAF0231006cf494e
Octal235312360432006317111116
Binary1001110111001010111100001000111000001101100111110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,202,240); }

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

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

 a { background-color: rgb(157,202,240); }

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

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

 span { border-color: rgb(157,202,240); }

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