Html Css Color HEX #93C5CF Regent St Blue

📋 copy color: '#93C5CF'

red 147 ◦ green 197 ◦ blue 207

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

Shades of Regent St Blue #93C5CF

Tints of Regent St Blue #93C5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 26.68%
G = 35.75%
B = 37.57%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93C5CF (or 0x93C5CF) is known color: Regent St Blue. HEX triplet: 93, C5 and CF. RGB value is (147,197,207). Sum of RGB (Red+Green+Blue) = 147+197+207=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #93C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C5CF is #6C3A30. Grayscale: #B7B7B7. Windows color (decimal): -7092785 or 13616531. OLE color: 13616531.

HSL color Cylindrical-coordinate representation of color #93C5CF: hue angle of 190º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93C5CF is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 197 207 -
CMYK 0.29 0.05 0 0.19
HSL 190º 0.38% 0.69% -
HSV(B) 190º 0.29% 0.81% -
XYZ 43.26 50.64 66.53 -
YUV 183.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 147 197 207 0.29 0.05 0 0.19 190 0.38 0.69
Hex 93 C5 CF 1D 5 0 13 BE 26 45
Octal 223 305 317 35 5 0 23 276 46 105
Binary 10010011 11000101 11001111 11101 101 0 10011 10111110 100110 1000101

Color Harmonies of #93C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C5CF

Black with #93C5CF

Text Example


Text Example

White with #93C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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