Html Css Color HEX #9BD4DC Regent St Blue

📋 copy color: '#9BD4DC'

red 155 ◦ green 212 ◦ blue 220

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

Shades of Regent St Blue #9BD4DC

Tints of Regent St Blue #9BD4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 26.41%
G = 36.12%
B = 37.48%

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

#9BD4DC (or 0x9BD4DC) is known color: Regent St Blue. HEX triplet: 9B, D4 and DC. RGB value is (155,212,220). Sum of RGB (Red+Green+Blue) = 155+212+220=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BD4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD4DC is #642B23. Grayscale: #C3C3C3. Windows color (decimal): -6564644 or 14472347. OLE color: 14472347.

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

Color convert

RGB 155 212 220 -
CMYK 0.30 0.04 0 0.14
HSL 187.38º 0.48% 0.74% -
HSV(B) 187.38º 0.3% 0.86% -
XYZ 49.98 59.22 76.51 -
YUV 195.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 155 212 220 0.30 0.04 0 0.14 187.38 0.48 0.74
Hex 9B D4 DC 1E 4 0 E BB 30 4A
Octal 233 324 334 36 4 0 16 273 60 112
Binary 10011011 11010100 11011100 11110 100 0 1110 10111011 110000 1001010

Color Harmonies of #9BD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD4DC

Black with #9BD4DC

Text Example


Text Example

White with #9BD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,212,220); }

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

background-color css

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

 a { background-color: rgb(155,212,220); }

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

border-color css

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

 span { border-color: rgb(155,212,220); }

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