Html Css Color HEX #94BCCE Regent St Blue

📋 copy color: '#94BCCE'

red 148 ◦ green 188 ◦ blue 206

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

Shades of Regent St Blue #94BCCE

Tints of Regent St Blue #94BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.69%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 27.31%
G = 34.69%
B = 38.01%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94BCCE (or 0x94BCCE) is known color: Regent St Blue. HEX triplet: 94, BC and CE. RGB value is (148,188,206). Sum of RGB (Red+Green+Blue) = 148+188+206=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #94BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCCE is #6B4331. Grayscale: #B1B1B1. Windows color (decimal): -7029554 or 13548692. OLE color: 13548692.

HSL color Cylindrical-coordinate representation of color #94BCCE: hue angle of 198.62º 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 #94BCCE is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 188 206 -
CMYK 0.28 0.09 0 0.19
HSL 198.62º 0.37% 0.69% -
HSV(B) 198.62º 0.28% 0.81% -
XYZ 41.34 46.72 65.23 -
YUV 178.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 148 188 206 0.28 0.09 0 0.19 198.62 0.37 0.69
Hex 94 BC CE 1C 9 0 13 C7 25 45
Octal 224 274 316 34 11 0 23 307 45 105
Binary 10010100 10111100 11001110 11100 1001 0 10011 11000111 100101 1000101

Color Harmonies of #94BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCCE

Black with #94BCCE

Text Example


Text Example

White with #94BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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