Html Css Color HEX #93CDD9 Regent St Blue

📋 copy color: '#93CDD9'

red 147 ◦ green 205 ◦ blue 217

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

Shades of Regent St Blue #93CDD9

Tints of Regent St Blue #93CDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 25.83%
G = 36.03%
B = 38.14%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93CDD9 (or 0x93CDD9) is known color: Regent St Blue. HEX triplet: 93, CD and D9. RGB value is (147,205,217). Sum of RGB (Red+Green+Blue) = 147+205+217=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #93CDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDD9 is #6C3226. Grayscale: #BCBCBC. Windows color (decimal): -7090727 or 14273939. OLE color: 14273939.

HSL color Cylindrical-coordinate representation of color #93CDD9: hue angle of 190.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93CDD9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 205 217 -
CMYK 0.32 0.06 0 0.15
HSL 190.29º 0.48% 0.71% -
HSV(B) 190.29º 0.32% 0.85% -
XYZ 46.39 54.88 73.79 -
YUV 189.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 147 205 217 0.32 0.06 0 0.15 190.29 0.48 0.71
Hex 93 CD D9 20 6 0 F BE 30 47
Octal 223 315 331 40 6 0 17 276 60 107
Binary 10010011 11001101 11011001 100000 110 0 1111 10111110 110000 1000111

Color Harmonies of #93CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CDD9

Black with #93CDD9

Text Example


Text Example

White with #93CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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