Html Css Color HEX #93C4D6 Regent St Blue

📋 copy color: '#93C4D6'

red 147 ◦ green 196 ◦ blue 214

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

Shades of Regent St Blue #93C4D6

Tints of Regent St Blue #93C4D6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.19%

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 26.39%
G = 35.19%
B = 38.42%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#93C4D6 (or 0x93C4D6) is known color: Regent St Blue. HEX triplet: 93, C4 and D6. RGB value is (147,196,214). Sum of RGB (Red+Green+Blue) = 147+196+214=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #93C4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C4D6 is #6C3B29. Grayscale: #B7B7B7. Windows color (decimal): -7093034 or 14075027. OLE color: 14075027.

HSL color Cylindrical-coordinate representation of color #93C4D6: hue angle of 196.12º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93C4D6 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 196 214 -
CMYK 0.31 0.08 0 0.16
HSL 196.12º 0.45% 0.71% -
HSV(B) 196.12º 0.31% 0.84% -
XYZ 43.91 50.54 71.06 -
YUV 183.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 147 196 214 0.31 0.08 0 0.16 196.12 0.45 0.71
Hex 93 C4 D6 1F 8 0 10 C4 2D 47
Octal 223 304 326 37 10 0 20 304 55 107
Binary 10010011 11000100 11010110 11111 1000 0 10000 11000100 101101 1000111

Color Harmonies of #93C4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C4D6

Black with #93C4D6

Text Example


Text Example

White with #93C4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,196,214); }

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

background-color css

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

 a { background-color: rgb(147,196,214); }

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

border-color css

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

 span { border-color: rgb(147,196,214); }

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