Html Css Color HEX #99DCE7 Charlotte

📋 copy color: '#99DCE7'

red 153 ◦ green 220 ◦ blue 231

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

Shades of Charlotte #99DCE7

Tints of Charlotte #99DCE7

RGB

 RED value IS 153 (60.16% from 255) = 25.33%

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

 BLUE value IS 231 (90.63% from 255) = 38.25%

R = 25.33%
G = 36.42%
B = 38.25%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#99DCE7 (or 0x99DCE7) is known color: Charlotte. HEX triplet: 99, DC and E7. RGB value is (153,220,231). Sum of RGB (Red+Green+Blue) = 153+220+231=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #99DCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCE7 is #662318. Grayscale: #C9C9C9. Windows color (decimal): -6693657 or 15195289. OLE color: 15195289.

HSL color Cylindrical-coordinate representation of color #99DCE7: hue angle of 188.46º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99DCE7 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 220 231 -
CMYK 0.34 0.05 0 0.09
HSL 188.46º 0.62% 0.75% -
HSV(B) 188.46º 0.34% 0.91% -
XYZ 53.15 63.73 85.1 -
YUV 201.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 153 220 231 0.34 0.05 0 0.09 188.46 0.62 0.75
Hex 99 DC E7 22 5 0 9 BC 3E 4B
Octal 231 334 347 42 5 0 11 274 76 113
Binary 10011001 11011100 11100111 100010 101 0 1001 10111100 111110 1001011

Color Harmonies of #99DCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCE7

Black with #99DCE7

Text Example


Text Example

White with #99DCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DCE7; }

 p { color: rgb(153,220,231); }

 H1.HeaderClassName
 {
   color: #99DCE7;
 }
 .AnyTagClassName
 {
   color: #99DCE7;
 }
</style>

background-color css

<style>
 a { background-color: #99DCE7; }

 a { background-color: rgb(153,220,231); }

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

border-color css

<style>
 span { border-color: #99DCE7; }

 span { border-color: rgb(153,220,231); }

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