Html Css Color HEX #93BCD0 Regent St Blue

📋 copy color: '#93BCD0'

red 147 ◦ green 188 ◦ blue 208

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

Shades of Regent St Blue #93BCD0

Tints of Regent St Blue #93BCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 27.07%
G = 34.62%
B = 38.31%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#93BCD0 (or 0x93BCD0) is known color: Regent St Blue. HEX triplet: 93, BC and D0. RGB value is (147,188,208). Sum of RGB (Red+Green+Blue) = 147+188+208=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #93BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCD0 is #6C432F. Grayscale: #B1B1B1. Windows color (decimal): -7095088 or 13679763. OLE color: 13679763.

HSL color Cylindrical-coordinate representation of color #93BCD0: hue angle of 199.67º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BCD0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 188 208 -
CMYK 0.29 0.10 0 0.18
HSL 199.67º 0.39% 0.7% -
HSV(B) 199.67º 0.29% 0.82% -
XYZ 41.4 46.72 66.51 -
YUV 178.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 147 188 208 0.29 0.10 0 0.18 199.67 0.39 0.7
Hex 93 BC D0 1D A 0 12 C8 27 46
Octal 223 274 320 35 12 0 22 310 47 106
Binary 10010011 10111100 11010000 11101 1010 0 10010 11001000 100111 1000110

Color Harmonies of #93BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCD0

Black with #93BCD0

Text Example


Text Example

White with #93BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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