#94CBD9

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

Shades of Regent St Blue #94CBD9

Tints of Regent St Blue #94CBD9

Color information

#94CBD9 (or 0x94CBD9) is unknown color: approx Regent St Blue. HEX triplet: 94, CB and D9. RGB value is (148,203,217). Sum of RGB (Red+Green+Blue) = 148+203+217=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #94CBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBD9 is #6B3426. Grayscale: #BCBCBC. Windows color (decimal): -7025703 or 14273428. OLE color: 14273428.

HSL color Cylindrical-coordinate representation of color #94CBD9: hue angle of 192.17º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CBD9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148203217-
CMYK0.320.0600.15
HSL192.17º47.59%71.57%-
HSV(B)192.17º31.8%85.1%-
XYZ46.0954.0273.64-
YUV188.15144.2899.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.06%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=26.06%
G=35.74%
B=38.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482032170.320.0600.15192.1747.5971.57
Hex94CBD92060Fc03048
Octal22431333140601730060110
Binary10010100110010111101100110000011001111110000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,203,217); }

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

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

 a { background-color: rgb(148,203,217); }

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

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

 span { border-color: rgb(148,203,217); }

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