Html Css Color HEX #99D1DB Regent St Blue

📋 copy color: '#99D1DB'

red 153 ◦ green 209 ◦ blue 219

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

Shades of Regent St Blue #99D1DB

Tints of Regent St Blue #99D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.97%

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

R = 26.33%
G = 35.97%
B = 37.69%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99D1DB (or 0x99D1DB) is known color: Regent St Blue. HEX triplet: 99, D1 and DB. RGB value is (153,209,219). Sum of RGB (Red+Green+Blue) = 153+209+219=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #99D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D1DB is #662E24. Grayscale: #C1C1C1. Windows color (decimal): -6696485 or 14406041. OLE color: 14406041.

HSL color Cylindrical-coordinate representation of color #99D1DB: hue angle of 189.09º 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 #99D1DB is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 209 219 -
CMYK 0.30 0.05 0 0.14
HSL 189.09º 0.48% 0.73% -
HSV(B) 189.09º 0.3% 0.86% -
XYZ 48.72 57.49 75.55 -
YUV 193.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 153 209 219 0.30 0.05 0 0.14 189.09 0.48 0.73
Hex 99 D1 DB 1E 5 0 E BD 30 49
Octal 231 321 333 36 5 0 16 275 60 111
Binary 10011001 11010001 11011011 11110 101 0 1110 10111101 110000 1001001

Color Harmonies of #99D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D1DB

Black with #99D1DB

Text Example


Text Example

White with #99D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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