Html Css Color HEX #9DCFF6 Sail

📋 copy color: '#9DCFF6'

red 157 ◦ green 207 ◦ blue 246

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

Shades of Sail #9DCFF6

Tints of Sail #9DCFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.33%

R = 25.74%
G = 33.93%
B = 40.33%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9DCFF6 (or 0x9DCFF6) is known color: Sail. HEX triplet: 9D, CF and F6. RGB value is (157,207,246). Sum of RGB (Red+Green+Blue) = 157+207+246=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #9DCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFF6 is #623009. Grayscale: #C4C4C4. Windows color (decimal): -6434826 or 16175005. OLE color: 16175005.

HSL color Cylindrical-coordinate representation of color #9DCFF6: hue angle of 206.29º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DCFF6 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 207 246 -
CMYK 0.36 0.16 0 0.04
HSL 206.29º 0.83% 0.79% -
HSV(B) 206.29º 0.36% 0.96% -
XYZ 52.85 58.45 95.68 -
YUV 196.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 157 207 246 0.36 0.16 0 0.04 206.29 0.83 0.79
Hex 9D CF F6 24 10 0 4 CE 53 4F
Octal 235 317 366 44 20 0 4 316 123 117
Binary 10011101 11001111 11110110 100100 10000 0 100 11001110 1010011 1001111

Color Harmonies of #9DCFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFF6

Black with #9DCFF6

Text Example


Text Example

White with #9DCFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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