Html Css Color HEX #93BDCE Regent St Blue

📋 copy color: '#93BDCE'

red 147 ◦ green 189 ◦ blue 206

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

Shades of Regent St Blue #93BDCE

Tints of Regent St Blue #93BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.87%

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

R = 27.12%
G = 34.87%
B = 38.01%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93BDCE (or 0x93BDCE) is known color: Regent St Blue. HEX triplet: 93, BD and CE. RGB value is (147,189,206). Sum of RGB (Red+Green+Blue) = 147+189+206=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #93BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDCE is #6C4231. Grayscale: #B2B2B2. Windows color (decimal): -7094834 or 13548947. OLE color: 13548947.

HSL color Cylindrical-coordinate representation of color #93BDCE: hue angle of 197.29º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BDCE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 189 206 -
CMYK 0.29 0.08 0 0.19
HSL 197.29º 0.38% 0.69% -
HSV(B) 197.29º 0.29% 0.81% -
XYZ 41.37 47.05 65.29 -
YUV 178.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 147 189 206 0.29 0.08 0 0.19 197.29 0.38 0.69
Hex 93 BD CE 1D 8 0 13 C5 26 45
Octal 223 275 316 35 10 0 23 305 46 105
Binary 10010011 10111101 11001110 11101 1000 0 10011 11000101 100110 1000101

Color Harmonies of #93BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BDCE

Black with #93BDCE

Text Example


Text Example

White with #93BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,189,206); }

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

background-color css

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

 a { background-color: rgb(147,189,206); }

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

border-color css

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

 span { border-color: rgb(147,189,206); }

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