Html Css Color HEX #93C5DA Regent St Blue

📋 copy color: '#93C5DA'

red 147 ◦ green 197 ◦ blue 218

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

Shades of Regent St Blue #93C5DA

Tints of Regent St Blue #93C5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 26.16%
G = 35.05%
B = 38.79%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93C5DA (or 0x93C5DA) is known color: Regent St Blue. HEX triplet: 93, C5 and DA. RGB value is (147,197,218). Sum of RGB (Red+Green+Blue) = 147+197+218=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #93C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C5DA is #6C3A25. Grayscale: #B8B8B8. Windows color (decimal): -7092774 or 14337427. OLE color: 14337427.

HSL color Cylindrical-coordinate representation of color #93C5DA: hue angle of 197.75º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C5DA is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 197 218 -
CMYK 0.33 0.10 0 0.15
HSL 197.75º 0.49% 0.72% -
HSV(B) 197.75º 0.33% 0.85% -
XYZ 44.65 51.2 73.86 -
YUV 184.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 147 197 218 0.33 0.10 0 0.15 197.75 0.49 0.72
Hex 93 C5 DA 21 A 0 F C6 31 48
Octal 223 305 332 41 12 0 17 306 61 110
Binary 10010011 11000101 11011010 100001 1010 0 1111 11000110 110001 1001000

Color Harmonies of #93C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C5DA

Black with #93C5DA

Text Example


Text Example

White with #93C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,197,218); }

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

background-color css

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

 a { background-color: rgb(147,197,218); }

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

border-color css

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

 span { border-color: rgb(147,197,218); }

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