Html Css Color HEX #9FC4DE Sail

📋 copy color: '#9FC4DE'

red 159 ◦ green 196 ◦ blue 222

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

Shades of Sail #9FC4DE

Tints of Sail #9FC4DE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.97%

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 27.56%
G = 33.97%
B = 38.47%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FC4DE (or 0x9FC4DE) is known color: Sail. HEX triplet: 9F, C4 and DE. RGB value is (159,196,222). Sum of RGB (Red+Green+Blue) = 159+196+222=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC4DE is #603B21. Grayscale: #BBBBBB. Windows color (decimal): -6306594 or 14599327. OLE color: 14599327.

HSL color Cylindrical-coordinate representation of color #9FC4DE: hue angle of 204.76º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC4DE is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 196 222 -
CMYK 0.28 0.12 0 0.13
HSL 204.76º 0.49% 0.75% -
HSV(B) 204.76º 0.28% 0.87% -
XYZ 47.22 52.12 76.68 -
YUV 187.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 159 196 222 0.28 0.12 0 0.13 204.76 0.49 0.75
Hex 9F C4 DE 1C C 0 D CD 31 4B
Octal 237 304 336 34 14 0 15 315 61 113
Binary 10011111 11000100 11011110 11100 1100 0 1101 11001101 110001 1001011

Color Harmonies of #9FC4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC4DE

Black with #9FC4DE

Text Example


Text Example

White with #9FC4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,196,222); }

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

background-color css

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

 a { background-color: rgb(159,196,222); }

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

border-color css

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

 span { border-color: rgb(159,196,222); }

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