#94BBCE

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

Shades of Regent St Blue #94BBCE

Tints of Regent St Blue #94BBCE

Color information

#94BBCE (or 0x94BBCE) is unknown color: approx Regent St Blue. HEX triplet: 94, BB and CE. RGB value is (148,187,206). Sum of RGB (Red+Green+Blue) = 148+187+206=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #94BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBCE is #6B4431. Grayscale: #B1B1B1. Windows color (decimal): -7029810 or 13548436. OLE color: 13548436.

HSL color Cylindrical-coordinate representation of color #94BBCE: hue angle of 199.66º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94BBCE is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148187206-
CMYK0.280.0900.19
HSL199.66º37.18%69.41%-
HSV(B)199.66º28.16%80.78%-
XYZ41.1246.2965.16-
YUV177.5144.08106.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=27.36%
G=34.57%
B=38.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481872060.280.0900.19199.6637.1869.41
Hex94BBCE1C9013c82545
Octal224273316341102331045105
Binary100101001011101111001110111001001010011110010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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