Html Css Color HEX #9DDCEC Charlotte

📋 copy color: '#9DDCEC'

red 157 ◦ green 220 ◦ blue 236

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

Shades of Charlotte #9DDCEC

Tints of Charlotte #9DDCEC

RGB

 RED value IS 157 (61.72% from 255) = 25.61%

 GREEN value IS 220 (86.33% from 255) = 35.89%

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 25.61%
G = 35.89%
B = 38.5%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DDCEC (or 0x9DDCEC) is known color: Charlotte. HEX triplet: 9D, DC and EC. RGB value is (157,220,236). Sum of RGB (Red+Green+Blue) = 157+220+236=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCEC is #622313. Grayscale: #CACACA. Windows color (decimal): -6431508 or 15522973. OLE color: 15522973.

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

Color convert

RGB 157 220 236 -
CMYK 0.33 0.07 0 0.07
HSL 192.15º 0.68% 0.77% -
HSV(B) 192.15º 0.33% 0.93% -
XYZ 54.64 64.41 88.91 -
YUV 202.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 157 220 236 0.33 0.07 0 0.07 192.15 0.68 0.77
Hex 9D DC EC 21 7 0 7 C0 44 4D
Octal 235 334 354 41 7 0 7 300 104 115
Binary 10011101 11011100 11101100 100001 111 0 111 11000000 1000100 1001101

Color Harmonies of #9DDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCEC

Black with #9DDCEC

Text Example


Text Example

White with #9DDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,236); }

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

background-color css

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

 a { background-color: rgb(157,220,236); }

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

border-color css

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

 span { border-color: rgb(157,220,236); }

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