#9DD0FA

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

Shades of Sail #9DD0FA

Tints of Sail #9DD0FA

Color information

#9DD0FA (or 0x9DD0FA) is unknown color: approx Sail. HEX triplet: 9D, D0 and FA. RGB value is (157,208,250). Sum of RGB (Red+Green+Blue) = 157+208+250=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DD0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0FA is #622F05. Grayscale: #C5C5C5. Windows color (decimal): -6434566 or 16437405. OLE color: 16437405.

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

Color convert

RGB157208250-
CMYK0.370.1700.02
HSL207.1º90.29%79.8%-
HSV(B)207.1º37.2%98.04%-
XYZ53.7259.1899.03-
YUV197.54157.699.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.53%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=25.53%
G=33.82%
B=40.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572082500.370.1700.02207.190.2979.8
Hex9DD0FA251102cf5a50
Octal235320372452102317132120
Binary100111011101000011111010100101100010101100111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,250); }

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

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

 a { background-color: rgb(157,208,250); }

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

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

 span { border-color: rgb(157,208,250); }

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