#96BBCE

Color #96BBCE Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #96BBCE

Tints of Regent St Blue #96BBCE

Color information

#96BBCE (or 0x96BBCE) is unknown color: approx Regent St Blue. HEX triplet: 96, BB and CE. RGB value is (150,187,206). Sum of RGB (Red+Green+Blue) = 150+187+206=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #96BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCE is #694431. Grayscale: #B1B1B1. Windows color (decimal): -6898738 or 13548438. OLE color: 13548438.

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

Color convert

RGB150187206-
CMYK0.270.0900.19
HSL200.36º36.36%69.8%-
HSV(B)200.36º27.18%80.78%-
XYZ41.4946.4865.18-
YUV178.1143.74107.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=27.62%
G=34.44%
B=37.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501872060.270.0900.19200.3636.3669.8
Hex96BBCE1B9013c82446
Octal226273316331102331044106
Binary100101101011101111001110110111001010011110010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BBCE;
 }
 .AnyTagClassName
 {
   color: #96BBCE;
 }
</style>
background-color css

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

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

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

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

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

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