Html Css Color HEX #9CC6EF Sail

📋 copy color: '#9CC6EF'

red 156 ◦ green 198 ◦ blue 239

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

Shades of Sail #9CC6EF

Tints of Sail #9CC6EF

RGB

 RED value IS 156 (61.33% from 255) = 26.31%

 GREEN value IS 198 (77.73% from 255) = 33.39%

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 26.31%
G = 33.39%
B = 40.3%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9CC6EF (or 0x9CC6EF) is known color: Sail. HEX triplet: 9C, C6 and EF. RGB value is (156,198,239). Sum of RGB (Red+Green+Blue) = 156+198+239=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CC6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC6EF is #633910. Grayscale: #BDBDBD. Windows color (decimal): -6502673 or 15713948. OLE color: 15713948.

HSL color Cylindrical-coordinate representation of color #9CC6EF: hue angle of 209.64º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CC6EF is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 198 239 -
CMYK 0.35 0.17 0 0.06
HSL 209.64º 0.72% 0.77% -
HSV(B) 209.64º 0.35% 0.94% -
XYZ 49.48 53.69 89.42 -
YUV 190.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 156 198 239 0.35 0.17 0 0.06 209.64 0.72 0.77
Hex 9C C6 EF 23 11 0 6 D2 48 4D
Octal 234 306 357 43 21 0 6 322 110 115
Binary 10011100 11000110 11101111 100011 10001 0 110 11010010 1001000 1001101

Color Harmonies of #9CC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC6EF

Black with #9CC6EF

Text Example


Text Example

White with #9CC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,198,239); }

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

background-color css

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

 a { background-color: rgb(156,198,239); }

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

border-color css

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

 span { border-color: rgb(156,198,239); }

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