Html Css Color HEX #93BCCC Regent St Blue

📋 copy color: '#93BCCC'

red 147 ◦ green 188 ◦ blue 204

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

Shades of Regent St Blue #93BCCC

Tints of Regent St Blue #93BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 27.27%
G = 34.88%
B = 37.85%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#93BCCC (or 0x93BCCC) is known color: Regent St Blue. HEX triplet: 93, BC and CC. RGB value is (147,188,204). Sum of RGB (Red+Green+Blue) = 147+188+204=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #93BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCCC is #6C4333. Grayscale: #B1B1B1. Windows color (decimal): -7095092 or 13417619. OLE color: 13417619.

HSL color Cylindrical-coordinate representation of color #93BCCC: hue angle of 196.84º 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 #93BCCC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 188 204 -
CMYK 0.28 0.08 0 0.2
HSL 196.84º 0.36% 0.69% -
HSV(B) 196.84º 0.28% 0.8% -
XYZ 40.91 46.53 63.95 -
YUV 177.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 147 188 204 0.28 0.08 0 0.2 196.84 0.36 0.69
Hex 93 BC CC 1C 8 0 14 C5 24 45
Octal 223 274 314 34 10 0 24 305 44 105
Binary 10010011 10111100 11001100 11100 1000 0 10100 11000101 100100 1000101

Color Harmonies of #93BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCCC

Black with #93BCCC

Text Example


Text Example

White with #93BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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