Html Css Color HEX #94C0CE Regent St Blue

📋 copy color: '#94C0CE'

red 148 ◦ green 192 ◦ blue 206

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

Shades of Regent St Blue #94C0CE

Tints of Regent St Blue #94C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

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

R = 27.11%
G = 35.16%
B = 37.73%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94C0CE (or 0x94C0CE) is known color: Regent St Blue. HEX triplet: 94, C0 and CE. RGB value is (148,192,206). Sum of RGB (Red+Green+Blue) = 148+192+206=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #94C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0CE is #6B3F31. Grayscale: #B4B4B4. Windows color (decimal): -7028530 or 13549716. OLE color: 13549716.

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

Color convert

RGB 148 192 206 -
CMYK 0.28 0.07 0 0.19
HSL 194.48º 0.37% 0.69% -
HSV(B) 194.48º 0.28% 0.81% -
XYZ 42.2 48.45 65.52 -
YUV 180.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 148 192 206 0.28 0.07 0 0.19 194.48 0.37 0.69
Hex 94 C0 CE 1C 7 0 13 C2 25 45
Octal 224 300 316 34 7 0 23 302 45 105
Binary 10010100 11000000 11001110 11100 111 0 10011 11000010 100101 1000101

Color Harmonies of #94C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C0CE

Black with #94C0CE

Text Example


Text Example

White with #94C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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