Html Css Color HEX #93D0DC Regent St Blue

📋 copy color: '#93D0DC'

red 147 ◦ green 208 ◦ blue 220

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

Shades of Regent St Blue #93D0DC

Tints of Regent St Blue #93D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.17%

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 25.57%
G = 36.17%
B = 38.26%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93D0DC (or 0x93D0DC) is known color: Regent St Blue. HEX triplet: 93, D0 and DC. RGB value is (147,208,220). Sum of RGB (Red+Green+Blue) = 147+208+220=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #93D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0DC is #6C2F23. Grayscale: #BFBFBF. Windows color (decimal): -7089956 or 14471315. OLE color: 14471315.

HSL color Cylindrical-coordinate representation of color #93D0DC: hue angle of 189.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93D0DC is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 208 220 -
CMYK 0.33 0.05 0 0.14
HSL 189.86º 0.51% 0.72% -
HSV(B) 189.86º 0.33% 0.86% -
XYZ 47.51 56.48 76.11 -
YUV 191.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 147 208 220 0.33 0.05 0 0.14 189.86 0.51 0.72
Hex 93 D0 DC 21 5 0 E BE 33 48
Octal 223 320 334 41 5 0 16 276 63 110
Binary 10010011 11010000 11011100 100001 101 0 1110 10111110 110011 1001000

Color Harmonies of #93D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D0DC

Black with #93D0DC

Text Example


Text Example

White with #93D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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