Html Css Color HEX #96BCCE Regent St Blue

📋 copy color: '#96BCCE'

red 150 ◦ green 188 ◦ blue 206

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

Shades of Regent St Blue #96BCCE

Tints of Regent St Blue #96BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.56%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 27.57%
G = 34.56%
B = 37.87%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96BCCE (or 0x96BCCE) is known color: Regent St Blue. HEX triplet: 96, BC and CE. RGB value is (150,188,206). Sum of RGB (Red+Green+Blue) = 150+188+206=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #96BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCCE is #694331. Grayscale: #B2B2B2. Windows color (decimal): -6898482 or 13548694. OLE color: 13548694.

HSL color Cylindrical-coordinate representation of color #96BCCE: hue angle of 199.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BCCE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 188 206 -
CMYK 0.27 0.09 0 0.19
HSL 199.29º 0.36% 0.7% -
HSV(B) 199.29º 0.27% 0.81% -
XYZ 41.7 46.91 65.25 -
YUV 178.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 150 188 206 0.27 0.09 0 0.19 199.29 0.36 0.7
Hex 96 BC CE 1B 9 0 13 C7 24 46
Octal 226 274 316 33 11 0 23 307 44 106
Binary 10010110 10111100 11001110 11011 1001 0 10011 11000111 100100 1000110

Color Harmonies of #96BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCCE

Black with #96BCCE

Text Example


Text Example

White with #96BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,206); }

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

background-color css

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

 a { background-color: rgb(150,188,206); }

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

border-color css

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

 span { border-color: rgb(150,188,206); }

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