Html Css Color HEX #99D7E0 Charlotte

📋 copy color: '#99D7E0'

red 153 ◦ green 215 ◦ blue 224

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

Shades of Charlotte #99D7E0

Tints of Charlotte #99D7E0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.32%

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

R = 25.84%
G = 36.32%
B = 37.84%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#99D7E0 (or 0x99D7E0) is known color: Charlotte. HEX triplet: 99, D7 and E0. RGB value is (153,215,224). Sum of RGB (Red+Green+Blue) = 153+215+224=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #99D7E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7E0 is #66281F. Grayscale: #C5C5C5. Windows color (decimal): -6694944 or 14735257. OLE color: 14735257.

HSL color Cylindrical-coordinate representation of color #99D7E0: hue angle of 187.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99D7E0 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 215 224 -
CMYK 0.32 0.04 0 0.12
HSL 187.61º 0.53% 0.74% -
HSV(B) 187.61º 0.32% 0.88% -
XYZ 50.89 60.76 79.57 -
YUV 197.49 142.96 96.27 -
System Red Green Blue C M Y K H S L
Decimal 153 215 224 0.32 0.04 0 0.12 187.61 0.53 0.74
Hex 99 D7 E0 20 4 0 C BC 35 4A
Octal 231 327 340 40 4 0 14 274 65 112
Binary 10011001 11010111 11100000 100000 100 0 1100 10111100 110101 1001010

Color Harmonies of #99D7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D7E0

Black with #99D7E0

Text Example


Text Example

White with #99D7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,215,224); }

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

background-color css

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

 a { background-color: rgb(153,215,224); }

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

border-color css

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

 span { border-color: rgb(153,215,224); }

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