Html Css Color HEX #94C1CE Regent St Blue

📋 copy color: '#94C1CE'

red 148 ◦ green 193 ◦ blue 206

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

Shades of Regent St Blue #94C1CE

Tints of Regent St Blue #94C1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

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

R = 27.06%
G = 35.28%
B = 37.66%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94C1CE (or 0x94C1CE) is known color: Regent St Blue. HEX triplet: 94, C1 and CE. RGB value is (148,193,206). Sum of RGB (Red+Green+Blue) = 148+193+206=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #94C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C1CE is #6B3E31. Grayscale: #B4B4B4. Windows color (decimal): -7028274 or 13549972. OLE color: 13549972.

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

Color convert

RGB 148 193 206 -
CMYK 0.28 0.06 0 0.19
HSL 193.45º 0.37% 0.69% -
HSV(B) 193.45º 0.28% 0.81% -
XYZ 42.42 48.89 65.59 -
YUV 181.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 148 193 206 0.28 0.06 0 0.19 193.45 0.37 0.69
Hex 94 C1 CE 1C 6 0 13 C1 25 45
Octal 224 301 316 34 6 0 23 301 45 105
Binary 10010100 11000001 11001110 11100 110 0 10011 11000001 100101 1000101

Color Harmonies of #94C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C1CE

Black with #94C1CE

Text Example


Text Example

White with #94C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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