Html Css Color HEX #93BCCB Regent St Blue

📋 copy color: '#93BCCB'

red 147 ◦ green 188 ◦ blue 203

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

Shades of Regent St Blue #93BCCB

Tints of Regent St Blue #93BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 27.32%
G = 34.94%
B = 37.73%

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

#93BCCB (or 0x93BCCB) is known color: Regent St Blue. HEX triplet: 93, BC and CB. RGB value is (147,188,203). Sum of RGB (Red+Green+Blue) = 147+188+203=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #93BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCCB is #6C4334. Grayscale: #B1B1B1. Windows color (decimal): -7095093 or 13352083. OLE color: 13352083.

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

Color convert

RGB 147 188 203 -
CMYK 0.28 0.07 0 0.20
HSL 196.07º 0.35% 0.69% -
HSV(B) 196.07º 0.28% 0.8% -
XYZ 40.8 46.48 63.32 -
YUV 177.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 147 188 203 0.28 0.07 0 0.20 196.07 0.35 0.69
Hex 93 BC CB 1C 7 0 14 C4 23 45
Octal 223 274 313 34 7 0 24 304 43 105
Binary 10010011 10111100 11001011 11100 111 0 10100 11000100 100011 1000101

Color Harmonies of #93BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCCB

Black with #93BCCB

Text Example


Text Example

White with #93BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,188,203); }

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

background-color css

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

 a { background-color: rgb(147,188,203); }

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

border-color css

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

 span { border-color: rgb(147,188,203); }

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