Html Css Color HEX #9CCFF6 Sail

📋 copy color: '#9CCFF6'

red 156 ◦ green 207 ◦ blue 246

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

Shades of Sail #9CCFF6

Tints of Sail #9CCFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.39%

R = 25.62%
G = 33.99%
B = 40.39%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9CCFF6 (or 0x9CCFF6) is known color: Sail. HEX triplet: 9C, CF and F6. RGB value is (156,207,246). Sum of RGB (Red+Green+Blue) = 156+207+246=609 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.62% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #9CCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFF6 is #633009. Grayscale: #C3C3C3. Windows color (decimal): -6500362 or 16175004. OLE color: 16175004.

HSL color Cylindrical-coordinate representation of color #9CCFF6: hue angle of 206º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CCFF6 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 156 207 246 -
CMYK 0.37 0.16 0 0.04
HSL 206º 0.83% 0.79% -
HSV(B) 206º 0.37% 0.96% -
XYZ 52.66 58.35 95.68 -
YUV 196.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 156 207 246 0.37 0.16 0 0.04 206 0.83 0.79
Hex 9C CF F6 25 10 0 4 CE 53 4F
Octal 234 317 366 45 20 0 4 316 123 117
Binary 10011100 11001111 11110110 100101 10000 0 100 11001110 1010011 1001111

Color Harmonies of #9CCFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCFF6

Black with #9CCFF6

Text Example


Text Example

White with #9CCFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,246); }

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

background-color css

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

 a { background-color: rgb(156,207,246); }

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

border-color css

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

 span { border-color: rgb(156,207,246); }

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