Html Css Color HEX #96BBCD Regent St Blue

📋 copy color: '#96BBCD'

red 150 ◦ green 187 ◦ blue 205

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

Shades of Regent St Blue #96BBCD

Tints of Regent St Blue #96BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.5%

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

R = 27.68%
G = 34.5%
B = 37.82%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96BBCD (or 0x96BBCD) is known color: Regent St Blue. HEX triplet: 96, BB and CD. RGB value is (150,187,205). Sum of RGB (Red+Green+Blue) = 150+187+205=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #96BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCD is #694432. Grayscale: #B1B1B1. Windows color (decimal): -6898739 or 13482902. OLE color: 13482902.

HSL color Cylindrical-coordinate representation of color #96BBCD: hue angle of 199.64º 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 #96BBCD is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 187 205 -
CMYK 0.27 0.09 0 0.20
HSL 199.64º 0.35% 0.7% -
HSV(B) 199.64º 0.27% 0.8% -
XYZ 41.37 46.43 64.54 -
YUV 177.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 150 187 205 0.27 0.09 0 0.20 199.64 0.35 0.7
Hex 96 BB CD 1B 9 0 14 C8 23 46
Octal 226 273 315 33 11 0 24 310 43 106
Binary 10010110 10111011 11001101 11011 1001 0 10100 11001000 100011 1000110

Color Harmonies of #96BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBCD

Black with #96BBCD

Text Example


Text Example

White with #96BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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