Html Css Color HEX #9CDBEB Charlotte

📋 copy color: '#9CDBEB'

red 156 ◦ green 219 ◦ blue 235

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

Shades of Charlotte #9CDBEB

Tints of Charlotte #9CDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 25.57%
G = 35.9%
B = 38.52%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CDBEB (or 0x9CDBEB) is known color: Charlotte. HEX triplet: 9C, DB and EB. RGB value is (156,219,235). Sum of RGB (Red+Green+Blue) = 156+219+235=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CDBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBEB is #632414. Grayscale: #C9C9C9. Windows color (decimal): -6497301 or 15457180. OLE color: 15457180.

HSL color Cylindrical-coordinate representation of color #9CDBEB: hue angle of 192.15º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CDBEB is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 219 235 -
CMYK 0.34 0.07 0 0.08
HSL 192.15º 0.66% 0.77% -
HSV(B) 192.15º 0.34% 0.92% -
XYZ 54.04 63.73 88.05 -
YUV 201.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 156 219 235 0.34 0.07 0 0.08 192.15 0.66 0.77
Hex 9C DB EB 22 7 0 8 C0 42 4D
Octal 234 333 353 42 7 0 10 300 102 115
Binary 10011100 11011011 11101011 100010 111 0 1000 11000000 1000010 1001101

Color Harmonies of #9CDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBEB

Black with #9CDBEB

Text Example


Text Example

White with #9CDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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