Html Css Color HEX #9BD2DB Regent St Blue

📋 copy color: '#9BD2DB'

red 155 ◦ green 210 ◦ blue 219

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

Shades of Regent St Blue #9BD2DB

Tints of Regent St Blue #9BD2DB

RGB

 RED value IS 155 (60.94% from 255) = 26.54%

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

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

R = 26.54%
G = 35.96%
B = 37.5%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BD2DB (or 0x9BD2DB) is known color: Regent St Blue. HEX triplet: 9B, D2 and DB. RGB value is (155,210,219). Sum of RGB (Red+Green+Blue) = 155+210+219=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2DB is #642D24. Grayscale: #C2C2C2. Windows color (decimal): -6565157 or 14406299. OLE color: 14406299.

HSL color Cylindrical-coordinate representation of color #9BD2DB: hue angle of 188.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD2DB is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 210 219 -
CMYK 0.29 0.04 0 0.14
HSL 188.44º 0.47% 0.73% -
HSV(B) 188.44º 0.29% 0.86% -
XYZ 49.35 58.18 75.65 -
YUV 194.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 155 210 219 0.29 0.04 0 0.14 188.44 0.47 0.73
Hex 9B D2 DB 1D 4 0 E BC 2F 49
Octal 233 322 333 35 4 0 16 274 57 111
Binary 10011011 11010010 11011011 11101 100 0 1110 10111100 101111 1001001

Color Harmonies of #9BD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD2DB

Black with #9BD2DB

Text Example


Text Example

White with #9BD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BD2DB; }

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

 H1.HeaderClassName
 {
   color: #9BD2DB;
 }
 .AnyTagClassName
 {
   color: #9BD2DB;
 }
</style>

background-color css

<style>
 a { background-color: #9BD2DB; }

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

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

border-color css

<style>
 span { border-color: #9BD2DB; }

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

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