Html Css Color HEX #9DCEEE Sail

📋 copy color: '#9DCEEE'

red 157 ◦ green 206 ◦ blue 238

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

Shades of Sail #9DCEEE

Tints of Sail #9DCEEE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.28%

 BLUE value IS 238 (93.36% from 255) = 39.6%

R = 26.12%
G = 34.28%
B = 39.6%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DCEEE (or 0x9DCEEE) is known color: Sail. HEX triplet: 9D, CE and EE. RGB value is (157,206,238). Sum of RGB (Red+Green+Blue) = 157+206+238=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DCEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEEE is #623111. Grayscale: #C2C2C2. Windows color (decimal): -6435090 or 15650461. OLE color: 15650461.

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

Color convert

RGB 157 206 238 -
CMYK 0.34 0.13 0 0.07
HSL 203.7º 0.7% 0.77% -
HSV(B) 203.7º 0.34% 0.93% -
XYZ 51.41 57.48 89.27 -
YUV 195 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 157 206 238 0.34 0.13 0 0.07 203.7 0.7 0.77
Hex 9D CE EE 22 D 0 7 CC 46 4D
Octal 235 316 356 42 15 0 7 314 106 115
Binary 10011101 11001110 11101110 100010 1101 0 111 11001100 1000110 1001101

Color Harmonies of #9DCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCEEE

Black with #9DCEEE

Text Example


Text Example

White with #9DCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,206,238); }

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

background-color css

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

 a { background-color: rgb(157,206,238); }

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

border-color css

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

 span { border-color: rgb(157,206,238); }

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