Html Css Color HEX #9CAFAE Conch

📋 copy color: '#9CAFAE'

red 156 ◦ green 175 ◦ blue 174

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

Shades of Conch #9CAFAE

Tints of Conch #9CAFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.65%

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 30.89%
G = 34.65%
B = 34.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#9CAFAE (or 0x9CAFAE) is known color: Conch. HEX triplet: 9C, AF and AE. RGB value is (156,175,174). Sum of RGB (Red+Green+Blue) = 156+175+174=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAFAE is #635051. Grayscale: #A9A9A9. Windows color (decimal): -6508626 or 11448220. OLE color: 11448220.

HSL color Cylindrical-coordinate representation of color #9CAFAE: hue angle of 176.84º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CAFAE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 174 -
CMYK 0.11 0 0.01 0.31
HSL 176.84º 0.11% 0.65% -
HSV(B) 176.84º 0.11% 0.69% -
XYZ 36.68 40.78 45.98 -
YUV 169.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 156 175 174 0.11 0 0.01 0.31 176.84 0.11 0.65
Hex 9C AF AE B 0 1 1F B1 B 41
Octal 234 257 256 13 0 1 37 261 13 101
Binary 10011100 10101111 10101110 1011 0 1 11111 10110001 1011 1000001

Color Harmonies of #9CAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAFAE

Black with #9CAFAE

Text Example


Text Example

White with #9CAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,175,174); }

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

background-color css

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

 a { background-color: rgb(156,175,174); }

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

border-color css

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

 span { border-color: rgb(156,175,174); }

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