Html Css Color HEX #94BFCD Regent St Blue

📋 copy color: '#94BFCD'

red 148 ◦ green 191 ◦ blue 205

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

Shades of Regent St Blue #94BFCD

Tints of Regent St Blue #94BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 35.11%

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

R = 27.21%
G = 35.11%
B = 37.68%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#94BFCD (or 0x94BFCD) is known color: Regent St Blue. HEX triplet: 94, BF and CD. RGB value is (148,191,205). Sum of RGB (Red+Green+Blue) = 148+191+205=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #94BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFCD is #6B4032. Grayscale: #B3B3B3. Windows color (decimal): -7028787 or 13483924. OLE color: 13483924.

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

Color convert

RGB 148 191 205 -
CMYK 0.28 0.07 0 0.20
HSL 194.74º 0.36% 0.69% -
HSV(B) 194.74º 0.28% 0.8% -
XYZ 41.86 47.97 64.81 -
YUV 179.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 148 191 205 0.28 0.07 0 0.20 194.74 0.36 0.69
Hex 94 BF CD 1C 7 0 14 C3 24 45
Octal 224 277 315 34 7 0 24 303 44 105
Binary 10010100 10111111 11001101 11100 111 0 10100 11000011 100100 1000101

Color Harmonies of #94BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFCD

Black with #94BFCD

Text Example


Text Example

White with #94BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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