Html Css Color HEX #93BBCF Regent St Blue

📋 copy color: '#93BBCF'

red 147 ◦ green 187 ◦ blue 207

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

Shades of Regent St Blue #93BBCF

Tints of Regent St Blue #93BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.57%

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

R = 27.17%
G = 34.57%
B = 38.26%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93BBCF (or 0x93BBCF) is known color: Regent St Blue. HEX triplet: 93, BB and CF. RGB value is (147,187,207). Sum of RGB (Red+Green+Blue) = 147+187+207=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #93BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBCF is #6C4430. Grayscale: #B1B1B1. Windows color (decimal): -7095345 or 13613971. OLE color: 13613971.

HSL color Cylindrical-coordinate representation of color #93BBCF: hue angle of 200º 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 #93BBCF is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 187 207 -
CMYK 0.29 0.10 0 0.19
HSL 200º 0.38% 0.69% -
HSV(B) 200º 0.29% 0.81% -
XYZ 41.07 46.25 65.79 -
YUV 177.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 147 187 207 0.29 0.10 0 0.19 200 0.38 0.69
Hex 93 BB CF 1D A 0 13 C8 26 45
Octal 223 273 317 35 12 0 23 310 46 105
Binary 10010011 10111011 11001111 11101 1010 0 10011 11001000 100110 1000101

Color Harmonies of #93BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BBCF

Black with #93BBCF

Text Example


Text Example

White with #93BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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