Html Css Color HEX #99DEDF Charlotte

📋 copy color: '#99DEDF'

red 153 ◦ green 222 ◦ blue 223

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

Shades of Charlotte #99DEDF

Tints of Charlotte #99DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 25.59%
G = 37.12%
B = 37.29%

CMYK

 C value IS 0.31

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99DEDF (or 0x99DEDF) is known color: Charlotte. HEX triplet: 99, DE and DF. RGB value is (153,222,223). Sum of RGB (Red+Green+Blue) = 153+222+223=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #99DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEDF is #662120. Grayscale: #C9C9C9. Windows color (decimal): -6693153 or 14671513. OLE color: 14671513.

HSL color Cylindrical-coordinate representation of color #99DEDF: hue angle of 180.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEDF is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 222 223 -
CMYK 0.31 0.00 0 0.13
HSL 180.86º 0.52% 0.74% -
HSV(B) 180.86º 0.31% 0.87% -
XYZ 52.58 64.34 79.46 -
YUV 201.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 153 222 223 0.31 0.00 0 0.13 180.86 0.52 0.74
Hex 99 DE DF 1F 0 0 D B5 34 4A
Octal 231 336 337 37 0 0 15 265 64 112
Binary 10011001 11011110 11011111 11111 0 0 1101 10110101 110100 1001010

Color Harmonies of #99DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DEDF

Black with #99DEDF

Text Example


Text Example

White with #99DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,222,223); }

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

background-color css

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

 a { background-color: rgb(153,222,223); }

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

border-color css

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

 span { border-color: rgb(153,222,223); }

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