Html Css Color HEX #93BFCD Regent St Blue

📋 copy color: '#93BFCD'

red 147 ◦ green 191 ◦ blue 205

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

Shades of Regent St Blue #93BFCD

Tints of Regent St Blue #93BFCD

RGB

 RED value IS 147 (57.81% from 255) = 27.07%

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

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

R = 27.07%
G = 35.17%
B = 37.75%

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

#93BFCD (or 0x93BFCD) is known color: Regent St Blue. HEX triplet: 93, BF and CD. RGB value is (147,191,205). Sum of RGB (Red+Green+Blue) = 147+191+205=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #93BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFCD is #6C4032. Grayscale: #B3B3B3. Windows color (decimal): -7094323 or 13483923. OLE color: 13483923.

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

Color convert

RGB 147 191 205 -
CMYK 0.28 0.07 0 0.20
HSL 194.48º 0.37% 0.69% -
HSV(B) 194.48º 0.28% 0.8% -
XYZ 41.68 47.87 64.8 -
YUV 179.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 147 191 205 0.28 0.07 0 0.20 194.48 0.37 0.69
Hex 93 BF CD 1C 7 0 14 C2 25 45
Octal 223 277 315 34 7 0 24 302 45 105
Binary 10010011 10111111 11001101 11100 111 0 10100 11000010 100101 1000101

Color Harmonies of #93BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFCD

Black with #93BFCD

Text Example


Text Example

White with #93BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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