Html Css Color HEX #9CC3EE Sail

📋 copy color: '#9CC3EE'

red 156 ◦ green 195 ◦ blue 238

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

Shades of Sail #9CC3EE

Tints of Sail #9CC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.11%

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 26.49%
G = 33.11%
B = 40.41%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CC3EE (or 0x9CC3EE) is known color: Sail. HEX triplet: 9C, C3 and EE. RGB value is (156,195,238). Sum of RGB (Red+Green+Blue) = 156+195+238=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CC3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC3EE is #633C11. Grayscale: #BCBCBC. Windows color (decimal): -6503442 or 15647644. OLE color: 15647644.

HSL color Cylindrical-coordinate representation of color #9CC3EE: hue angle of 211.46º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CC3EE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 195 238 -
CMYK 0.34 0.18 0 0.07
HSL 211.46º 0.71% 0.77% -
HSV(B) 211.46º 0.34% 0.93% -
XYZ 48.66 52.27 88.41 -
YUV 188.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 156 195 238 0.34 0.18 0 0.07 211.46 0.71 0.77
Hex 9C C3 EE 22 12 0 7 D3 47 4D
Octal 234 303 356 42 22 0 7 323 107 115
Binary 10011100 11000011 11101110 100010 10010 0 111 11010011 1000111 1001101

Color Harmonies of #9CC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC3EE

Black with #9CC3EE

Text Example


Text Example

White with #9CC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,195,238); }

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

background-color css

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

 a { background-color: rgb(156,195,238); }

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

border-color css

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

 span { border-color: rgb(156,195,238); }

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