Html Css Color HEX #93CEDE Regent St Blue

📋 copy color: '#93CEDE'

red 147 ◦ green 206 ◦ blue 222

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

Shades of Regent St Blue #93CEDE

Tints of Regent St Blue #93CEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.83%

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 25.57%
G = 35.83%
B = 38.61%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93CEDE (or 0x93CEDE) is known color: Regent St Blue. HEX triplet: 93, CE and DE. RGB value is (147,206,222). Sum of RGB (Red+Green+Blue) = 147+206+222=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #93CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEDE is #6C3121. Grayscale: #BEBEBE. Windows color (decimal): -7090466 or 14601875. OLE color: 14601875.

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

Color convert

RGB 147 206 222 -
CMYK 0.34 0.07 0 0.13
HSL 192.8º 0.53% 0.72% -
HSV(B) 192.8º 0.34% 0.87% -
XYZ 47.29 55.62 77.35 -
YUV 190.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 147 206 222 0.34 0.07 0 0.13 192.8 0.53 0.72
Hex 93 CE DE 22 7 0 D C1 35 48
Octal 223 316 336 42 7 0 15 301 65 110
Binary 10010011 11001110 11011110 100010 111 0 1101 11000001 110101 1001000

Color Harmonies of #93CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEDE

Black with #93CEDE

Text Example


Text Example

White with #93CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,206,222); }

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

background-color css

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

 a { background-color: rgb(147,206,222); }

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

border-color css

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

 span { border-color: rgb(147,206,222); }

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