Html Css Color HEX #96BBCC Regent St Blue

📋 copy color: '#96BBCC'

red 150 ◦ green 187 ◦ blue 204

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

Shades of Regent St Blue #96BBCC

Tints of Regent St Blue #96BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 27.73%
G = 34.57%
B = 37.71%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#96BBCC (or 0x96BBCC) is known color: Regent St Blue. HEX triplet: 96, BB and CC. RGB value is (150,187,204). Sum of RGB (Red+Green+Blue) = 150+187+204=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #96BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCC is #694433. Grayscale: #B1B1B1. Windows color (decimal): -6898740 or 13417366. OLE color: 13417366.

HSL color Cylindrical-coordinate representation of color #96BBCC: hue angle of 198.89º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BBCC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 187 204 -
CMYK 0.26 0.08 0 0.2
HSL 198.89º 0.35% 0.69% -
HSV(B) 198.89º 0.26% 0.8% -
XYZ 41.25 46.38 63.91 -
YUV 177.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 150 187 204 0.26 0.08 0 0.2 198.89 0.35 0.69
Hex 96 BB CC 1A 8 0 14 C7 23 45
Octal 226 273 314 32 10 0 24 307 43 105
Binary 10010110 10111011 11001100 11010 1000 0 10100 11000111 100011 1000101

Color Harmonies of #96BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBCC

Black with #96BBCC

Text Example


Text Example

White with #96BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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