Html Css Color HEX #9CC4E6 Sail

📋 copy color: '#9CC4E6'

red 156 ◦ green 196 ◦ blue 230

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

Shades of Sail #9CC4E6

Tints of Sail #9CC4E6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.68%

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

R = 26.8%
G = 33.68%
B = 39.52%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9CC4E6 (or 0x9CC4E6) is known color: Sail. HEX triplet: 9C, C4 and E6. RGB value is (156,196,230). Sum of RGB (Red+Green+Blue) = 156+196+230=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #9CC4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC4E6 is #633B19. Grayscale: #BBBBBB. Windows color (decimal): -6503194 or 15123612. OLE color: 15123612.

HSL color Cylindrical-coordinate representation of color #9CC4E6: hue angle of 207.57º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CC4E6 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 156 196 230 -
CMYK 0.32 0.15 0 0.10
HSL 207.57º 0.6% 0.76% -
HSV(B) 207.57º 0.32% 0.9% -
XYZ 47.73 52.26 82.43 -
YUV 187.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 156 196 230 0.32 0.15 0 0.10 207.57 0.6 0.76
Hex 9C C4 E6 20 F 0 A D0 3C 4C
Octal 234 304 346 40 17 0 12 320 74 114
Binary 10011100 11000100 11100110 100000 1111 0 1010 11010000 111100 1001100

Color Harmonies of #9CC4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC4E6

Black with #9CC4E6

Text Example


Text Example

White with #9CC4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,196,230); }

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

background-color css

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

 a { background-color: rgb(156,196,230); }

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

border-color css

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

 span { border-color: rgb(156,196,230); }

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