Html Css Color HEX #94BBCD Regent St Blue

📋 copy color: '#94BBCD'

red 148 ◦ green 187 ◦ blue 205

#94BBCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #94BBCD

Tints of Regent St Blue #94BBCD

RGB

 RED value IS 148 (58.2% from 255) = 27.41%

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 27.41%
G = 34.63%
B = 37.96%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#94BBCD (or 0x94BBCD) is known color: Regent St Blue. HEX triplet: 94, BB and CD. RGB value is (148,187,205). Sum of RGB (Red+Green+Blue) = 148+187+205=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #94BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBCD is #6B4432. Grayscale: #B1B1B1. Windows color (decimal): -7029811 or 13482900. OLE color: 13482900.

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

Color convert

RGB 148 187 205 -
CMYK 0.28 0.09 0 0.20
HSL 198.95º 0.36% 0.69% -
HSV(B) 198.95º 0.28% 0.8% -
XYZ 41 46.24 64.52 -
YUV 177.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 148 187 205 0.28 0.09 0 0.20 198.95 0.36 0.69
Hex 94 BB CD 1C 9 0 14 C7 24 45
Octal 224 273 315 34 11 0 24 307 44 105
Binary 10010100 10111011 11001101 11100 1001 0 10100 11000111 100100 1000101

Color Harmonies of #94BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBCD

Black with #94BBCD

Text Example


Text Example

White with #94BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94BBCD;
 }
 .AnyTagClassName
 {
   color: #94BBCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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