Html Css Color HEX #93D0DD Regent St Blue

📋 copy color: '#93D0DD'

red 147 ◦ green 208 ◦ blue 221

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

Shades of Regent St Blue #93D0DD

Tints of Regent St Blue #93D0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 25.52%
G = 36.11%
B = 38.37%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93D0DD (or 0x93D0DD) is known color: Regent St Blue. HEX triplet: 93, D0 and DD. RGB value is (147,208,221). Sum of RGB (Red+Green+Blue) = 147+208+221=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #93D0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0DD is #6C2F22. Grayscale: #BFBFBF. Windows color (decimal): -7089955 or 14536851. OLE color: 14536851.

HSL color Cylindrical-coordinate representation of color #93D0DD: hue angle of 190.54º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93D0DD is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 208 221 -
CMYK 0.33 0.06 0 0.13
HSL 190.54º 0.52% 0.72% -
HSV(B) 190.54º 0.33% 0.87% -
XYZ 47.64 56.54 76.81 -
YUV 191.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 147 208 221 0.33 0.06 0 0.13 190.54 0.52 0.72
Hex 93 D0 DD 21 6 0 D BF 34 48
Octal 223 320 335 41 6 0 15 277 64 110
Binary 10010011 11010000 11011101 100001 110 0 1101 10111111 110100 1001000

Color Harmonies of #93D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D0DD

Black with #93D0DD

Text Example


Text Example

White with #93D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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