Html Css Color HEX #99DCEB Charlotte

📋 copy color: '#99DCEB'

red 153 ◦ green 220 ◦ blue 235

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

Shades of Charlotte #99DCEB

Tints of Charlotte #99DCEB

RGB

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

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

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

R = 25.16%
G = 36.18%
B = 38.65%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99DCEB (or 0x99DCEB) is known color: Charlotte. HEX triplet: 99, DC and EB. RGB value is (153,220,235). Sum of RGB (Red+Green+Blue) = 153+220+235=608 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.16% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #99DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCEB is #662314. Grayscale: #C9C9C9. Windows color (decimal): -6693653 or 15457433. OLE color: 15457433.

HSL color Cylindrical-coordinate representation of color #99DCEB: hue angle of 190.98º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99DCEB is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 220 235 -
CMYK 0.35 0.06 0 0.08
HSL 190.98º 0.67% 0.76% -
HSV(B) 190.98º 0.35% 0.92% -
XYZ 53.73 63.96 88.11 -
YUV 201.68 146.8 93.28 -
System Red Green Blue C M Y K H S L
Decimal 153 220 235 0.35 0.06 0 0.08 190.98 0.67 0.76
Hex 99 DC EB 23 6 0 8 BF 43 4C
Octal 231 334 353 43 6 0 10 277 103 114
Binary 10011001 11011100 11101011 100011 110 0 1000 10111111 1000011 1001100

Color Harmonies of #99DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCEB

Black with #99DCEB

Text Example


Text Example

White with #99DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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