Html Css Color HEX #9DCDEC Sail

📋 copy color: '#9DCDEC'

red 157 ◦ green 205 ◦ blue 236

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

Shades of Sail #9DCDEC

Tints of Sail #9DCDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.28%

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

R = 26.25%
G = 34.28%
B = 39.46%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DCDEC (or 0x9DCDEC) is known color: Sail. HEX triplet: 9D, CD and EC. RGB value is (157,205,236). Sum of RGB (Red+Green+Blue) = 157+205+236=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DCDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDEC is #623213. Grayscale: #C2C2C2. Windows color (decimal): -6435348 or 15519133. OLE color: 15519133.

HSL color Cylindrical-coordinate representation of color #9DCDEC: hue angle of 203.54º 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 #9DCDEC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 205 236 -
CMYK 0.33 0.13 0 0.07
HSL 203.54º 0.68% 0.77% -
HSV(B) 203.54º 0.33% 0.93% -
XYZ 50.88 56.89 87.66 -
YUV 194.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 157 205 236 0.33 0.13 0 0.07 203.54 0.68 0.77
Hex 9D CD EC 21 D 0 7 CC 44 4D
Octal 235 315 354 41 15 0 7 314 104 115
Binary 10011101 11001101 11101100 100001 1101 0 111 11001100 1000100 1001101

Color Harmonies of #9DCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCDEC

Black with #9DCDEC

Text Example


Text Example

White with #9DCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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