Html Css Color HEX #9FCDE5 Sail

📋 copy color: '#9FCDE5'

red 159 ◦ green 205 ◦ blue 229

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

Shades of Sail #9FCDE5

Tints of Sail #9FCDE5

RGB

 RED value IS 159 (62.5% from 255) = 26.81%

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

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 26.81%
G = 34.57%
B = 38.62%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9FCDE5 (or 0x9FCDE5) is known color: Sail. HEX triplet: 9F, CD and E5. RGB value is (159,205,229). Sum of RGB (Red+Green+Blue) = 159+205+229=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FCDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDE5 is #60321A. Grayscale: #C1C1C1. Windows color (decimal): -6304283 or 15060383. OLE color: 15060383.

HSL color Cylindrical-coordinate representation of color #9FCDE5: hue angle of 200.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FCDE5 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 205 229 -
CMYK 0.31 0.10 0 0.10
HSL 200.57º 0.57% 0.76% -
HSV(B) 200.57º 0.31% 0.9% -
XYZ 50.27 56.69 82.42 -
YUV 193.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 159 205 229 0.31 0.10 0 0.10 200.57 0.57 0.76
Hex 9F CD E5 1F A 0 A C9 39 4C
Octal 237 315 345 37 12 0 12 311 71 114
Binary 10011111 11001101 11100101 11111 1010 0 1010 11001001 111001 1001100

Color Harmonies of #9FCDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCDE5

Black with #9FCDE5

Text Example


Text Example

White with #9FCDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,229); }

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

background-color css

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

 a { background-color: rgb(159,205,229); }

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

border-color css

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

 span { border-color: rgb(159,205,229); }

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