Html Css Color HEX #99DBE2 Charlotte

📋 copy color: '#99DBE2'

red 153 ◦ green 219 ◦ blue 226

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

Shades of Charlotte #99DBE2

Tints of Charlotte #99DBE2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.62%

 BLUE value IS 226 (88.67% from 255) = 37.79%

R = 25.59%
G = 36.62%
B = 37.79%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#99DBE2 (or 0x99DBE2) is known color: Charlotte. HEX triplet: 99, DB and E2. RGB value is (153,219,226). Sum of RGB (Red+Green+Blue) = 153+219+226=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #99DBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBE2 is #66241D. Grayscale: #C7C7C7. Windows color (decimal): -6693918 or 14867353. OLE color: 14867353.

HSL color Cylindrical-coordinate representation of color #99DBE2: hue angle of 185.75º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99DBE2 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 219 226 -
CMYK 0.32 0.03 0 0.11
HSL 185.75º 0.56% 0.74% -
HSV(B) 185.75º 0.32% 0.89% -
XYZ 52.2 62.93 81.35 -
YUV 200.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 153 219 226 0.32 0.03 0 0.11 185.75 0.56 0.74
Hex 99 DB E2 20 3 0 B BA 38 4A
Octal 231 333 342 40 3 0 13 272 70 112
Binary 10011001 11011011 11100010 100000 11 0 1011 10111010 111000 1001010

Color Harmonies of #99DBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DBE2

Black with #99DBE2

Text Example


Text Example

White with #99DBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,219,226); }

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

background-color css

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

 a { background-color: rgb(153,219,226); }

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

border-color css

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

 span { border-color: rgb(153,219,226); }

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