Html Css Color HEX #99D8EA Charlotte

📋 copy color: '#99D8EA'

red 153 ◦ green 216 ◦ blue 234

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

Shades of Charlotte #99D8EA

Tints of Charlotte #99D8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.82%

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

R = 25.37%
G = 35.82%
B = 38.81%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99D8EA (or 0x99D8EA) is known color: Charlotte. HEX triplet: 99, D8 and EA. RGB value is (153,216,234). Sum of RGB (Red+Green+Blue) = 153+216+234=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #99D8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D8EA is #662715. Grayscale: #C7C7C7. Windows color (decimal): -6694678 or 15390873. OLE color: 15390873.

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

Color convert

RGB 153 216 234 -
CMYK 0.35 0.08 0 0.08
HSL 193.33º 0.66% 0.76% -
HSV(B) 193.33º 0.35% 0.92% -
XYZ 52.54 61.82 87.01 -
YUV 199.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 153 216 234 0.35 0.08 0 0.08 193.33 0.66 0.76
Hex 99 D8 EA 23 8 0 8 C1 42 4C
Octal 231 330 352 43 10 0 10 301 102 114
Binary 10011001 11011000 11101010 100011 1000 0 1000 11000001 1000010 1001100

Color Harmonies of #99D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8EA

Black with #99D8EA

Text Example


Text Example

White with #99D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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