Html Css Color HEX #93CDDC Regent St Blue

📋 copy color: '#93CDDC'

red 147 ◦ green 205 ◦ blue 220

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

Shades of Regent St Blue #93CDDC

Tints of Regent St Blue #93CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.84%

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

R = 25.7%
G = 35.84%
B = 38.46%

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

#93CDDC (or 0x93CDDC) is known color: Regent St Blue. HEX triplet: 93, CD and DC. RGB value is (147,205,220). Sum of RGB (Red+Green+Blue) = 147+205+220=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #93CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDDC is #6C3223. Grayscale: #BDBDBD. Windows color (decimal): -7090724 or 14470547. OLE color: 14470547.

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

Color convert

RGB 147 205 220 -
CMYK 0.33 0.07 0 0.14
HSL 192.33º 0.51% 0.72% -
HSV(B) 192.33º 0.33% 0.86% -
XYZ 46.78 55.03 75.87 -
YUV 189.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 147 205 220 0.33 0.07 0 0.14 192.33 0.51 0.72
Hex 93 CD DC 21 7 0 E C0 33 48
Octal 223 315 334 41 7 0 16 300 63 110
Binary 10010011 11001101 11011100 100001 111 0 1110 11000000 110011 1001000

Color Harmonies of #93CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CDDC

Black with #93CDDC

Text Example


Text Example

White with #93CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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