Html Css Color HEX #9DC7EC Sail

📋 copy color: '#9DC7EC'

red 157 ◦ green 199 ◦ blue 236

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

Shades of Sail #9DC7EC

Tints of Sail #9DC7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.61%

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 26.52%
G = 33.61%
B = 39.86%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DC7EC (or 0x9DC7EC) is known color: Sail. HEX triplet: 9D, C7 and EC. RGB value is (157,199,236). Sum of RGB (Red+Green+Blue) = 157+199+236=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DC7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC7EC is #623813. Grayscale: #BEBEBE. Windows color (decimal): -6436884 or 15517597. OLE color: 15517597.

HSL color Cylindrical-coordinate representation of color #9DC7EC: hue angle of 208.1º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DC7EC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 199 236 -
CMYK 0.33 0.16 0 0.07
HSL 208.1º 0.68% 0.77% -
HSV(B) 208.1º 0.33% 0.93% -
XYZ 49.47 54.07 87.19 -
YUV 190.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 157 199 236 0.33 0.16 0 0.07 208.1 0.68 0.77
Hex 9D C7 EC 21 10 0 7 D0 44 4D
Octal 235 307 354 41 20 0 7 320 104 115
Binary 10011101 11000111 11101100 100001 10000 0 111 11010000 1000100 1001101

Color Harmonies of #9DC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC7EC

Black with #9DC7EC

Text Example


Text Example

White with #9DC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,199,236); }

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

background-color css

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

 a { background-color: rgb(157,199,236); }

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

border-color css

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

 span { border-color: rgb(157,199,236); }

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