Html Css Color HEX #9CDBE0 Charlotte

📋 copy color: '#9CDBE0'

red 156 ◦ green 219 ◦ blue 224

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

Shades of Charlotte #9CDBE0

Tints of Charlotte #9CDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

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

R = 26.04%
G = 36.56%
B = 37.4%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9CDBE0 (or 0x9CDBE0) is known color: Charlotte. HEX triplet: 9C, DB and E0. RGB value is (156,219,224). Sum of RGB (Red+Green+Blue) = 156+219+224=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBE0 is #63241F. Grayscale: #C8C8C8. Windows color (decimal): -6497312 or 14736284. OLE color: 14736284.

HSL color Cylindrical-coordinate representation of color #9CDBE0: hue angle of 184.41º 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 #9CDBE0 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 219 224 -
CMYK 0.30 0.02 0 0.12
HSL 184.41º 0.52% 0.75% -
HSV(B) 184.41º 0.3% 0.88% -
XYZ 52.5 63.11 79.94 -
YUV 200.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 156 219 224 0.30 0.02 0 0.12 184.41 0.52 0.75
Hex 9C DB E0 1E 2 0 C B8 34 4B
Octal 234 333 340 36 2 0 14 270 64 113
Binary 10011100 11011011 11100000 11110 10 0 1100 10111000 110100 1001011

Color Harmonies of #9CDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBE0

Black with #9CDBE0

Text Example


Text Example

White with #9CDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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