Html Css Color HEX #96D0DC Regent St Blue

📋 copy color: '#96D0DC'

red 150 ◦ green 208 ◦ blue 220

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

Shades of Regent St Blue #96D0DC

Tints of Regent St Blue #96D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

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

R = 25.95%
G = 35.99%
B = 38.06%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96D0DC (or 0x96D0DC) is known color: Regent St Blue. HEX triplet: 96, D0 and DC. RGB value is (150,208,220). Sum of RGB (Red+Green+Blue) = 150+208+220=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #96D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D0DC is #692F23. Grayscale: #BFBFBF. Windows color (decimal): -6893348 or 14471318. OLE color: 14471318.

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

Color convert

RGB 150 208 220 -
CMYK 0.32 0.05 0 0.14
HSL 190.29º 0.5% 0.73% -
HSV(B) 190.29º 0.32% 0.86% -
XYZ 48.05 56.76 76.13 -
YUV 192.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 150 208 220 0.32 0.05 0 0.14 190.29 0.5 0.73
Hex 96 D0 DC 20 5 0 E BE 32 49
Octal 226 320 334 40 5 0 16 276 62 111
Binary 10010110 11010000 11011100 100000 101 0 1110 10111110 110010 1001001

Color Harmonies of #96D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D0DC

Black with #96D0DC

Text Example


Text Example

White with #96D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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