Html Css Color HEX #9CD6DF Charlotte

📋 copy color: '#9CD6DF'

red 156 ◦ green 214 ◦ blue 223

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

Shades of Charlotte #9CD6DF

Tints of Charlotte #9CD6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.09%

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 26.31%
G = 36.09%
B = 37.61%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CD6DF (or 0x9CD6DF) is known color: Charlotte. HEX triplet: 9C, D6 and DF. RGB value is (156,214,223). Sum of RGB (Red+Green+Blue) = 156+214+223=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD6DF is #632920. Grayscale: #C5C5C5. Windows color (decimal): -6498593 or 14669468. OLE color: 14669468.

HSL color Cylindrical-coordinate representation of color #9CD6DF: hue angle of 188.06º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CD6DF is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 214 223 -
CMYK 0.30 0.04 0 0.13
HSL 188.06º 0.51% 0.74% -
HSV(B) 188.06º 0.3% 0.87% -
XYZ 51.08 60.49 78.8 -
YUV 197.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 156 214 223 0.30 0.04 0 0.13 188.06 0.51 0.74
Hex 9C D6 DF 1E 4 0 D BC 33 4A
Octal 234 326 337 36 4 0 15 274 63 112
Binary 10011100 11010110 11011111 11110 100 0 1101 10111100 110011 1001010

Color Harmonies of #9CD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD6DF

Black with #9CD6DF

Text Example


Text Example

White with #9CD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,214,223); }

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

background-color css

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

 a { background-color: rgb(156,214,223); }

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

border-color css

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

 span { border-color: rgb(156,214,223); }

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