Html Css Color HEX #9DCFF9 Sail

📋 copy color: '#9DCFF9'

red 157 ◦ green 207 ◦ blue 249

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

Shades of Sail #9DCFF9

Tints of Sail #9DCFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.77%

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

R = 25.61%
G = 33.77%
B = 40.62%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DCFF9 (or 0x9DCFF9) is known color: Sail. HEX triplet: 9D, CF and F9. RGB value is (157,207,249). Sum of RGB (Red+Green+Blue) = 157+207+249=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DCFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFF9 is #623006. Grayscale: #C4C4C4. Windows color (decimal): -6434823 or 16371613. OLE color: 16371613.

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

Color convert

RGB 157 207 249 -
CMYK 0.37 0.17 0 0.02
HSL 207.39º 0.88% 0.8% -
HSV(B) 207.39º 0.37% 0.98% -
XYZ 53.32 58.63 98.13 -
YUV 196.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 157 207 249 0.37 0.17 0 0.02 207.39 0.88 0.8
Hex 9D CF F9 25 11 0 2 CF 58 50
Octal 235 317 371 45 21 0 2 317 130 120
Binary 10011101 11001111 11111001 100101 10001 0 10 11001111 1011000 1010000

Color Harmonies of #9DCFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFF9

Black with #9DCFF9

Text Example


Text Example

White with #9DCFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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