Html Css Color HEX #94C0CD Regent St Blue

📋 copy color: '#94C0CD'

red 148 ◦ green 192 ◦ blue 205

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

Shades of Regent St Blue #94C0CD

Tints of Regent St Blue #94C0CD

RGB

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

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

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

R = 27.16%
G = 35.23%
B = 37.61%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#94C0CD (or 0x94C0CD) is known color: Regent St Blue. HEX triplet: 94, C0 and CD. RGB value is (148,192,205). Sum of RGB (Red+Green+Blue) = 148+192+205=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #94C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0CD is #6B3F32. Grayscale: #B4B4B4. Windows color (decimal): -7028531 or 13484180. OLE color: 13484180.

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

Color convert

RGB 148 192 205 -
CMYK 0.28 0.06 0 0.20
HSL 193.68º 0.36% 0.69% -
HSV(B) 193.68º 0.28% 0.8% -
XYZ 42.08 48.4 64.88 -
YUV 180.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 148 192 205 0.28 0.06 0 0.20 193.68 0.36 0.69
Hex 94 C0 CD 1C 6 0 14 C2 24 45
Octal 224 300 315 34 6 0 24 302 44 105
Binary 10010100 11000000 11001101 11100 110 0 10100 11000010 100100 1000101

Color Harmonies of #94C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C0CD

Black with #94C0CD

Text Example


Text Example

White with #94C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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