Html Css Color HEX #93CDDB Regent St Blue

📋 copy color: '#93CDDB'

red 147 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #93CDDB

Tints of Regent St Blue #93CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 25.74%
G = 35.9%
B = 38.35%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93CDDB (or 0x93CDDB) is known color: Regent St Blue. HEX triplet: 93, CD and DB. RGB value is (147,205,219). Sum of RGB (Red+Green+Blue) = 147+205+219=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #93CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDDB is #6C3224. Grayscale: #BDBDBD. Windows color (decimal): -7090725 or 14405011. OLE color: 14405011.

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

Color convert

RGB 147 205 219 -
CMYK 0.33 0.06 0 0.14
HSL 191.67º 0.5% 0.72% -
HSV(B) 191.67º 0.33% 0.86% -
XYZ 46.65 54.98 75.17 -
YUV 189.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 147 205 219 0.33 0.06 0 0.14 191.67 0.5 0.72
Hex 93 CD DB 21 6 0 E C0 32 48
Octal 223 315 333 41 6 0 16 300 62 110
Binary 10010011 11001101 11011011 100001 110 0 1110 11000000 110010 1001000

Color Harmonies of #93CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CDDB

Black with #93CDDB

Text Example


Text Example

White with #93CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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