Html Css Color HEX #93CCDC Regent St Blue

📋 copy color: '#93CCDC'

red 147 ◦ green 204 ◦ blue 220

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

Shades of Regent St Blue #93CCDC

Tints of Regent St Blue #93CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

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

R = 25.74%
G = 35.73%
B = 38.53%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93CCDC (or 0x93CCDC) is known color: Regent St Blue. HEX triplet: 93, CC and DC. RGB value is (147,204,220). Sum of RGB (Red+Green+Blue) = 147+204+220=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #93CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCDC is #6C3323. Grayscale: #BCBCBC. Windows color (decimal): -7090980 or 14470291. OLE color: 14470291.

HSL color Cylindrical-coordinate representation of color #93CCDC: hue angle of 193.15º 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 #93CCDC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 204 220 -
CMYK 0.33 0.07 0 0.14
HSL 193.15º 0.51% 0.72% -
HSV(B) 193.15º 0.33% 0.86% -
XYZ 46.54 54.56 75.79 -
YUV 188.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 147 204 220 0.33 0.07 0 0.14 193.15 0.51 0.72
Hex 93 CC DC 21 7 0 E C1 33 48
Octal 223 314 334 41 7 0 16 301 63 110
Binary 10010011 11001100 11011100 100001 111 0 1110 11000001 110011 1001000

Color Harmonies of #93CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CCDC

Black with #93CCDC

Text Example


Text Example

White with #93CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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