Html Css Color HEX #99DCEA Charlotte

📋 copy color: '#99DCEA'

red 153 ◦ green 220 ◦ blue 234

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

Shades of Charlotte #99DCEA

Tints of Charlotte #99DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 25.21%
G = 36.24%
B = 38.55%

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

#99DCEA (or 0x99DCEA) is known color: Charlotte. HEX triplet: 99, DC and EA. RGB value is (153,220,234). Sum of RGB (Red+Green+Blue) = 153+220+234=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #99DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCEA is #662315. Grayscale: #C9C9C9. Windows color (decimal): -6693654 or 15391897. OLE color: 15391897.

HSL color Cylindrical-coordinate representation of color #99DCEA: hue angle of 190.37º degrees, saturation: 0.66, 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 #99DCEA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 220 234 -
CMYK 0.35 0.06 0 0.08
HSL 190.37º 0.66% 0.76% -
HSV(B) 190.37º 0.35% 0.92% -
XYZ 53.58 63.9 87.35 -
YUV 201.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 153 220 234 0.35 0.06 0 0.08 190.37 0.66 0.76
Hex 99 DC EA 23 6 0 8 BE 42 4C
Octal 231 334 352 43 6 0 10 276 102 114
Binary 10011001 11011100 11101010 100011 110 0 1000 10111110 1000010 1001100

Color Harmonies of #99DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCEA

Black with #99DCEA

Text Example


Text Example

White with #99DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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