Html Css Color HEX #96C0CD Regent St Blue

📋 copy color: '#96C0CD'

red 150 ◦ green 192 ◦ blue 205

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

Shades of Regent St Blue #96C0CD

Tints of Regent St Blue #96C0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 27.42%
G = 35.1%
B = 37.48%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96C0CD (or 0x96C0CD) is known color: Regent St Blue. HEX triplet: 96, C0 and CD. RGB value is (150,192,205). Sum of RGB (Red+Green+Blue) = 150+192+205=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #96C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0CD is #693F32. Grayscale: #B4B4B4. Windows color (decimal): -6897459 or 13484182. OLE color: 13484182.

HSL color Cylindrical-coordinate representation of color #96C0CD: hue angle of 194.18º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C0CD is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 192 205 -
CMYK 0.27 0.06 0 0.20
HSL 194.18º 0.35% 0.7% -
HSV(B) 194.18º 0.27% 0.8% -
XYZ 42.45 48.59 64.9 -
YUV 180.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 150 192 205 0.27 0.06 0 0.20 194.18 0.35 0.7
Hex 96 C0 CD 1B 6 0 14 C2 23 46
Octal 226 300 315 33 6 0 24 302 43 106
Binary 10010110 11000000 11001101 11011 110 0 10100 11000010 100011 1000110

Color Harmonies of #96C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0CD

Black with #96C0CD

Text Example


Text Example

White with #96C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,205); }

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

background-color css

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

 a { background-color: rgb(150,192,205); }

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

border-color css

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

 span { border-color: rgb(150,192,205); }

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