Html Css Color HEX #96D3DC Regent St Blue

📋 copy color: '#96D3DC'

red 150 ◦ green 211 ◦ blue 220

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

Shades of Regent St Blue #96D3DC

Tints of Regent St Blue #96D3DC

RGB

 RED value IS 150 (58.98% from 255) = 25.82%

 GREEN value IS 211 (82.81% from 255) = 36.32%

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

R = 25.82%
G = 36.32%
B = 37.87%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96D3DC (or 0x96D3DC) is known color: Regent St Blue. HEX triplet: 96, D3 and DC. RGB value is (150,211,220). Sum of RGB (Red+Green+Blue) = 150+211+220=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #96D3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3DC is #692C23. Grayscale: #C1C1C1. Windows color (decimal): -6892580 or 14472086. OLE color: 14472086.

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

Color convert

RGB 150 211 220 -
CMYK 0.32 0.04 0 0.14
HSL 187.71º 0.5% 0.73% -
HSV(B) 187.71º 0.32% 0.86% -
XYZ 48.79 58.24 76.38 -
YUV 193.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 150 211 220 0.32 0.04 0 0.14 187.71 0.5 0.73
Hex 96 D3 DC 20 4 0 E BC 32 49
Octal 226 323 334 40 4 0 16 274 62 111
Binary 10010110 11010011 11011100 100000 100 0 1110 10111100 110010 1001001

Color Harmonies of #96D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D3DC

Black with #96D3DC

Text Example


Text Example

White with #96D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D3DC; }

 p { color: rgb(150,211,220); }

 H1.HeaderClassName
 {
   color: #96D3DC;
 }
 .AnyTagClassName
 {
   color: #96D3DC;
 }
</style>

background-color css

<style>
 a { background-color: #96D3DC; }

 a { background-color: rgb(150,211,220); }

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

border-color css

<style>
 span { border-color: #96D3DC; }

 span { border-color: rgb(150,211,220); }

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