Html Css Color HEX #9CC8F5 Sail

📋 copy color: '#9CC8F5'

red 156 ◦ green 200 ◦ blue 245

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

Shades of Sail #9CC8F5

Tints of Sail #9CC8F5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.28%

 BLUE value IS 245 (96.09% from 255) = 40.77%

R = 25.96%
G = 33.28%
B = 40.77%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9CC8F5 (or 0x9CC8F5) is known color: Sail. HEX triplet: 9C, C8 and F5. RGB value is (156,200,245). Sum of RGB (Red+Green+Blue) = 156+200+245=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #9CC8F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC8F5 is #63370A. Grayscale: #BFBFBF. Windows color (decimal): -6502155 or 16107676. OLE color: 16107676.

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

Color convert

RGB 156 200 245 -
CMYK 0.36 0.18 0 0.04
HSL 210.34º 0.82% 0.79% -
HSV(B) 210.34º 0.36% 0.96% -
XYZ 50.85 54.97 94.32 -
YUV 191.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 156 200 245 0.36 0.18 0 0.04 210.34 0.82 0.79
Hex 9C C8 F5 24 12 0 4 D2 52 4F
Octal 234 310 365 44 22 0 4 322 122 117
Binary 10011100 11001000 11110101 100100 10010 0 100 11010010 1010010 1001111

Color Harmonies of #9CC8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC8F5

Black with #9CC8F5

Text Example


Text Example

White with #9CC8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,200,245); }

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

background-color css

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

 a { background-color: rgb(156,200,245); }

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

border-color css

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

 span { border-color: rgb(156,200,245); }

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