Html Css Color HEX #9CDBEA Charlotte

📋 copy color: '#9CDBEA'

red 156 ◦ green 219 ◦ blue 234

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

Shades of Charlotte #9CDBEA

Tints of Charlotte #9CDBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 25.62%
G = 35.96%
B = 38.42%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CDBEA (or 0x9CDBEA) is known color: Charlotte. HEX triplet: 9C, DB and EA. RGB value is (156,219,234). Sum of RGB (Red+Green+Blue) = 156+219+234=609 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.62% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CDBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBEA is #632415. Grayscale: #C9C9C9. Windows color (decimal): -6497302 or 15391644. OLE color: 15391644.

HSL color Cylindrical-coordinate representation of color #9CDBEA: hue angle of 191.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CDBEA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 219 234 -
CMYK 0.33 0.06 0 0.08
HSL 191.54º 0.65% 0.76% -
HSV(B) 191.54º 0.33% 0.92% -
XYZ 53.89 63.67 87.29 -
YUV 201.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 156 219 234 0.33 0.06 0 0.08 191.54 0.65 0.76
Hex 9C DB EA 21 6 0 8 C0 41 4C
Octal 234 333 352 41 6 0 10 300 101 114
Binary 10011100 11011011 11101010 100001 110 0 1000 11000000 1000001 1001100

Color Harmonies of #9CDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBEA

Black with #9CDBEA

Text Example


Text Example

White with #9CDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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