Html Css Color HEX #99D2DB Regent St Blue

📋 copy color: '#99D2DB'

red 153 ◦ green 210 ◦ blue 219

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

Shades of Regent St Blue #99D2DB

Tints of Regent St Blue #99D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.08%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 26.29%
G = 36.08%
B = 37.63%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99D2DB (or 0x99D2DB) is known color: Regent St Blue. HEX triplet: 99, D2 and DB. RGB value is (153,210,219). Sum of RGB (Red+Green+Blue) = 153+210+219=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #99D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2DB is #662D24. Grayscale: #C1C1C1. Windows color (decimal): -6696229 or 14406297. OLE color: 14406297.

HSL color Cylindrical-coordinate representation of color #99D2DB: hue angle of 188.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99D2DB is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 210 219 -
CMYK 0.30 0.04 0 0.14
HSL 188.18º 0.48% 0.73% -
HSV(B) 188.18º 0.3% 0.86% -
XYZ 48.97 57.98 75.63 -
YUV 193.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 153 210 219 0.30 0.04 0 0.14 188.18 0.48 0.73
Hex 99 D2 DB 1E 4 0 E BC 30 49
Octal 231 322 333 36 4 0 16 274 60 111
Binary 10011001 11010010 11011011 11110 100 0 1110 10111100 110000 1001001

Color Harmonies of #99D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D2DB

Black with #99D2DB

Text Example


Text Example

White with #99D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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