#94D1DB

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

Shades of Regent St Blue #94D1DB

Tints of Regent St Blue #94D1DB

Color information

#94D1DB (or 0x94D1DB) is unknown color: approx Regent St Blue. HEX triplet: 94, D1 and DB. RGB value is (148,209,219). Sum of RGB (Red+Green+Blue) = 148+209+219=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #94D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D1DB is #6B2E24. Grayscale: #BFBFBF. Windows color (decimal): -7024165 or 14406036. OLE color: 14406036.

HSL color Cylindrical-coordinate representation of color #94D1DB: hue angle of 188.45º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D1DB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148209219-
CMYK0.320.0500.14
HSL188.45º49.65%71.96%-
HSV(B)188.45º32.42%85.88%-
XYZ47.857.0175.5-
YUV191.9143.2996.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=25.69%
G=36.28%
B=38.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482092190.320.0500.14188.4549.6571.96
Hex94D1DB2050Ebc3248
Octal22432133340501627462110
Binary10010100110100011101101110000010101110101111001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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