#94BBD1

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

Shades of Regent St Blue #94BBD1

Tints of Regent St Blue #94BBD1

Color information

#94BBD1 (or 0x94BBD1) is unknown color: approx Regent St Blue. HEX triplet: 94, BB and D1. RGB value is (148,187,209). Sum of RGB (Red+Green+Blue) = 148+187+209=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #94BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBD1 is #6B442E. Grayscale: #B1B1B1. Windows color (decimal): -7029807 or 13745044. OLE color: 13745044.

HSL color Cylindrical-coordinate representation of color #94BBD1: hue angle of 201.64º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94BBD1 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148187209-
CMYK0.290.1100.18
HSL201.64º39.87%70%-
HSV(B)201.64º29.19%81.96%-
XYZ41.4946.4467.1-
YUV177.85145.58106.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=27.21%
G=34.38%
B=38.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481872090.290.1100.18201.6439.8770
Hex94BBD11DB012ca2846
Octal224273321351302231250106
Binary100101001011101111010001111011011010010110010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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