Html Css Color HEX #9FCCE6 Sail

📋 copy color: '#9FCCE6'

red 159 ◦ green 204 ◦ blue 230

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

Shades of Sail #9FCCE6

Tints of Sail #9FCCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.4%

 BLUE value IS 230 (90.23% from 255) = 38.79%

R = 26.81%
G = 34.4%
B = 38.79%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9FCCE6 (or 0x9FCCE6) is known color: Sail. HEX triplet: 9F, CC and E6. RGB value is (159,204,230). Sum of RGB (Red+Green+Blue) = 159+204+230=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCE6 is #603319. Grayscale: #C1C1C1. Windows color (decimal): -6304538 or 15125663. OLE color: 15125663.

HSL color Cylindrical-coordinate representation of color #9FCCE6: hue angle of 201.97º degrees, saturation: 0.59, 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 #9FCCE6 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 204 230 -
CMYK 0.31 0.11 0 0.10
HSL 201.97º 0.59% 0.76% -
HSV(B) 201.97º 0.31% 0.9% -
XYZ 50.17 56.27 83.08 -
YUV 193.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 159 204 230 0.31 0.11 0 0.10 201.97 0.59 0.76
Hex 9F CC E6 1F B 0 A CA 3B 4C
Octal 237 314 346 37 13 0 12 312 73 114
Binary 10011111 11001100 11100110 11111 1011 0 1010 11001010 111011 1001100

Color Harmonies of #9FCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCE6

Black with #9FCCE6

Text Example


Text Example

White with #9FCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,230); }

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

background-color css

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

 a { background-color: rgb(159,204,230); }

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

border-color css

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

 span { border-color: rgb(159,204,230); }

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