Html Css Color HEX #9CDFE1 Charlotte

📋 copy color: '#9CDFE1'

red 156 ◦ green 223 ◦ blue 225

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

Shades of Charlotte #9CDFE1

Tints of Charlotte #9CDFE1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 25.83%
G = 36.92%
B = 37.25%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9CDFE1 (or 0x9CDFE1) is known color: Charlotte. HEX triplet: 9C, DF and E1. RGB value is (156,223,225). Sum of RGB (Red+Green+Blue) = 156+223+225=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #9CDFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFE1 is #63201E. Grayscale: #CBCBCB. Windows color (decimal): -6496287 or 14802844. OLE color: 14802844.

HSL color Cylindrical-coordinate representation of color #9CDFE1: hue angle of 181.74º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CDFE1 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 223 225 -
CMYK 0.31 0.01 0 0.12
HSL 181.74º 0.53% 0.75% -
HSV(B) 181.74º 0.31% 0.88% -
XYZ 53.69 65.28 81 -
YUV 203.2 140.3 94.34 -
System Red Green Blue C M Y K H S L
Decimal 156 223 225 0.31 0.01 0 0.12 181.74 0.53 0.75
Hex 9C DF E1 1F 1 0 C B6 35 4B
Octal 234 337 341 37 1 0 14 266 65 113
Binary 10011100 11011111 11100001 11111 1 0 1100 10110110 110101 1001011

Color Harmonies of #9CDFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDFE1

Black with #9CDFE1

Text Example


Text Example

White with #9CDFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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