Html Css Color HEX #9FD2DB Regent St Blue

📋 copy color: '#9FD2DB'

red 159 ◦ green 210 ◦ blue 219

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

Shades of Regent St Blue #9FD2DB

Tints of Regent St Blue #9FD2DB

RGB

 RED value IS 159 (62.5% from 255) = 27.04%

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

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

R = 27.04%
G = 35.71%
B = 37.24%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FD2DB (or 0x9FD2DB) is known color: Regent St Blue. HEX triplet: 9F, D2 and DB. RGB value is (159,210,219). Sum of RGB (Red+Green+Blue) = 159+210+219=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD2DB is #602D24. Grayscale: #C3C3C3. Windows color (decimal): -6303013 or 14406303. OLE color: 14406303.

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

Color convert

RGB 159 210 219 -
CMYK 0.27 0.04 0 0.14
HSL 189º 0.45% 0.74% -
HSV(B) 189º 0.27% 0.86% -
XYZ 50.13 58.58 75.68 -
YUV 195.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 159 210 219 0.27 0.04 0 0.14 189 0.45 0.74
Hex 9F D2 DB 1B 4 0 E BD 2D 4A
Octal 237 322 333 33 4 0 16 275 55 112
Binary 10011111 11010010 11011011 11011 100 0 1110 10111101 101101 1001010

Color Harmonies of #9FD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD2DB

Black with #9FD2DB

Text Example


Text Example

White with #9FD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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