Html Css Color HEX #9DD0F9 Sail

📋 copy color: '#9DD0F9'

red 157 ◦ green 208 ◦ blue 249

#9DD0F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #9DD0F9

Tints of Sail #9DD0F9

RGB

 RED value IS 157 (61.72% from 255) = 25.57%

 GREEN value IS 208 (81.64% from 255) = 33.88%

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 25.57%
G = 33.88%
B = 40.55%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DD0F9 (or 0x9DD0F9) is known color: Sail. HEX triplet: 9D, D0 and F9. RGB value is (157,208,249). Sum of RGB (Red+Green+Blue) = 157+208+249=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DD0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0F9 is #622F06. Grayscale: #C5C5C5. Windows color (decimal): -6434567 or 16371869. OLE color: 16371869.

HSL color Cylindrical-coordinate representation of color #9DD0F9: hue angle of 206.74º degrees, saturation: 0.88, 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 #9DD0F9 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 208 249 -
CMYK 0.37 0.16 0 0.02
HSL 206.74º 0.88% 0.8% -
HSV(B) 206.74º 0.37% 0.98% -
XYZ 53.56 59.12 98.21 -
YUV 197.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 157 208 249 0.37 0.16 0 0.02 206.74 0.88 0.8
Hex 9D D0 F9 25 10 0 2 CF 58 50
Octal 235 320 371 45 20 0 2 317 130 120
Binary 10011101 11010000 11111001 100101 10000 0 10 11001111 1011000 1010000

Color Harmonies of #9DD0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD0F9

Black with #9DD0F9

Text Example


Text Example

White with #9DD0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DD0F9;
 }
 .AnyTagClassName
 {
   color: #9DD0F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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