Html Css Color HEX #9CD9E0 Charlotte

📋 copy color: '#9CD9E0'

red 156 ◦ green 217 ◦ blue 224

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

Shades of Charlotte #9CD9E0

Tints of Charlotte #9CD9E0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.35%

 BLUE value IS 224 (87.89% from 255) = 37.52%

R = 26.13%
G = 36.35%
B = 37.52%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9CD9E0 (or 0x9CD9E0) is known color: Charlotte. HEX triplet: 9C, D9 and E0. RGB value is (156,217,224). Sum of RGB (Red+Green+Blue) = 156+217+224=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CD9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD9E0 is #63261F. Grayscale: #C7C7C7. Windows color (decimal): -6497824 or 14735772. OLE color: 14735772.

HSL color Cylindrical-coordinate representation of color #9CD9E0: hue angle of 186.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CD9E0 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 217 224 -
CMYK 0.30 0.03 0 0.12
HSL 186.18º 0.52% 0.75% -
HSV(B) 186.18º 0.3% 0.88% -
XYZ 51.98 62.08 79.76 -
YUV 199.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 156 217 224 0.30 0.03 0 0.12 186.18 0.52 0.75
Hex 9C D9 E0 1E 3 0 C BA 34 4B
Octal 234 331 340 36 3 0 14 272 64 113
Binary 10011100 11011001 11100000 11110 11 0 1100 10111010 110100 1001011

Color Harmonies of #9CD9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD9E0

Black with #9CD9E0

Text Example


Text Example

White with #9CD9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,217,224); }

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

background-color css

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

 a { background-color: rgb(156,217,224); }

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

border-color css

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

 span { border-color: rgb(156,217,224); }

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