Html Css Color HEX #9FCFE9 Sail

📋 copy color: '#9FCFE9'

red 159 ◦ green 207 ◦ blue 233

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

Shades of Sail #9FCFE9

Tints of Sail #9FCFE9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.56%

 BLUE value IS 233 (91.41% from 255) = 38.9%

R = 26.54%
G = 34.56%
B = 38.9%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9FCFE9 (or 0x9FCFE9) is known color: Sail. HEX triplet: 9F, CF and E9. RGB value is (159,207,233). Sum of RGB (Red+Green+Blue) = 159+207+233=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #9FCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFE9 is #603016. Grayscale: #C3C3C3. Windows color (decimal): -6303767 or 15323039. OLE color: 15323039.

HSL color Cylindrical-coordinate representation of color #9FCFE9: hue angle of 201.08º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCFE9 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 207 233 -
CMYK 0.32 0.11 0 0.09
HSL 201.08º 0.63% 0.77% -
HSV(B) 201.08º 0.32% 0.91% -
XYZ 51.32 57.88 85.56 -
YUV 195.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 159 207 233 0.32 0.11 0 0.09 201.08 0.63 0.77
Hex 9F CF E9 20 B 0 9 C9 3F 4D
Octal 237 317 351 40 13 0 11 311 77 115
Binary 10011111 11001111 11101001 100000 1011 0 1001 11001001 111111 1001101

Color Harmonies of #9FCFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFE9

Black with #9FCFE9

Text Example


Text Example

White with #9FCFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,207,233); }

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

background-color css

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

 a { background-color: rgb(159,207,233); }

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

border-color css

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

 span { border-color: rgb(159,207,233); }

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