Html Css Color HEX #9FCEE7 Sail

📋 copy color: '#9FCEE7'

red 159 ◦ green 206 ◦ blue 231

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

Shades of Sail #9FCEE7

Tints of Sail #9FCEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.76%

R = 26.68%
G = 34.56%
B = 38.76%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9FCEE7 (or 0x9FCEE7) is known color: Sail. HEX triplet: 9F, CE and E7. RGB value is (159,206,231). Sum of RGB (Red+Green+Blue) = 159+206+231=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 231 - color contains mainly: blue. Hex color #9FCEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEE7 is #603118. Grayscale: #C2C2C2. Windows color (decimal): -6304025 or 15191711. OLE color: 15191711.

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

Color convert

RGB 159 206 231 -
CMYK 0.31 0.11 0 0.09
HSL 200.83º 0.6% 0.76% -
HSV(B) 200.83º 0.31% 0.91% -
XYZ 50.79 57.28 83.98 -
YUV 194.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 159 206 231 0.31 0.11 0 0.09 200.83 0.6 0.76
Hex 9F CE E7 1F B 0 9 C9 3C 4C
Octal 237 316 347 37 13 0 11 311 74 114
Binary 10011111 11001110 11100111 11111 1011 0 1001 11001001 111100 1001100

Color Harmonies of #9FCEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEE7

Black with #9FCEE7

Text Example


Text Example

White with #9FCEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,231); }

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

background-color css

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

 a { background-color: rgb(159,206,231); }

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

border-color css

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

 span { border-color: rgb(159,206,231); }

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