Html Css Color HEX #96C6DC Regent St Blue

📋 copy color: '#96C6DC'

red 150 ◦ green 198 ◦ blue 220

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

Shades of Regent St Blue #96C6DC

Tints of Regent St Blue #96C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.86%

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

R = 26.41%
G = 34.86%
B = 38.73%

CMYK

 C value IS 0.32

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96C6DC (or 0x96C6DC) is known color: Regent St Blue. HEX triplet: 96, C6 and DC. RGB value is (150,198,220). Sum of RGB (Red+Green+Blue) = 150+198+220=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #96C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6DC is #693923. Grayscale: #BABABA. Windows color (decimal): -6895908 or 14468758. OLE color: 14468758.

HSL color Cylindrical-coordinate representation of color #96C6DC: hue angle of 198.86º 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 #96C6DC is Cyan = 0.32, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 198 220 -
CMYK 0.32 0.1 0 0.14
HSL 198.86º 0.5% 0.73% -
HSV(B) 198.86º 0.32% 0.86% -
XYZ 45.69 52.04 75.35 -
YUV 186.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 150 198 220 0.32 0.1 0 0.14 198.86 0.5 0.73
Hex 96 C6 DC 20 A 0 E C7 32 49
Octal 226 306 334 40 12 0 16 307 62 111
Binary 10010110 11000110 11011100 100000 1010 0 1110 11000111 110010 1001001

Color Harmonies of #96C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C6DC

Black with #96C6DC

Text Example


Text Example

White with #96C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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