Html Css Color HEX #9DCCED Sail

📋 copy color: '#9DCCED'

red 157 ◦ green 204 ◦ blue 237

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

Shades of Sail #9DCCED

Tints of Sail #9DCCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.11%

 BLUE value IS 237 (92.97% from 255) = 39.63%

R = 26.25%
G = 34.11%
B = 39.63%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DCCED (or 0x9DCCED) is known color: Sail. HEX triplet: 9D, CC and ED. RGB value is (157,204,237). Sum of RGB (Red+Green+Blue) = 157+204+237=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCED is #623312. Grayscale: #C1C1C1. Windows color (decimal): -6435603 or 15584413. OLE color: 15584413.

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

Color convert

RGB 157 204 237 -
CMYK 0.34 0.14 0 0.07
HSL 204.75º 0.69% 0.77% -
HSV(B) 204.75º 0.34% 0.93% -
XYZ 50.78 56.47 88.34 -
YUV 193.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 157 204 237 0.34 0.14 0 0.07 204.75 0.69 0.77
Hex 9D CC ED 22 E 0 7 CD 45 4D
Octal 235 314 355 42 16 0 7 315 105 115
Binary 10011101 11001100 11101101 100010 1110 0 111 11001101 1000101 1001101

Color Harmonies of #9DCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCED

Black with #9DCCED

Text Example


Text Example

White with #9DCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,237); }

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

background-color css

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

 a { background-color: rgb(157,204,237); }

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

border-color css

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

 span { border-color: rgb(157,204,237); }

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