Html Css Color HEX #93BCCF Regent St Blue

📋 copy color: '#93BCCF'

red 147 ◦ green 188 ◦ blue 207

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

Shades of Regent St Blue #93BCCF

Tints of Regent St Blue #93BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 27.12%
G = 34.69%
B = 38.19%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93BCCF (or 0x93BCCF) is known color: Regent St Blue. HEX triplet: 93, BC and CF. RGB value is (147,188,207). Sum of RGB (Red+Green+Blue) = 147+188+207=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #93BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCCF is #6C4330. Grayscale: #B1B1B1. Windows color (decimal): -7095089 or 13614227. OLE color: 13614227.

HSL color Cylindrical-coordinate representation of color #93BCCF: hue angle of 199º 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 #93BCCF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 188 207 -
CMYK 0.29 0.09 0 0.19
HSL 199º 0.38% 0.69% -
HSV(B) 199º 0.29% 0.81% -
XYZ 41.28 46.67 65.86 -
YUV 177.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 147 188 207 0.29 0.09 0 0.19 199 0.38 0.69
Hex 93 BC CF 1D 9 0 13 C7 26 45
Octal 223 274 317 35 11 0 23 307 46 105
Binary 10010011 10111100 11001111 11101 1001 0 10011 11000111 100110 1000101

Color Harmonies of #93BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCCF

Black with #93BCCF

Text Example


Text Example

White with #93BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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