Html Css Color HEX #8FBFCD Regent St Blue

📋 copy color: '#8FBFCD'

red 143 ◦ green 191 ◦ blue 205

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

Shades of Regent St Blue #8FBFCD

Tints of Regent St Blue #8FBFCD

RGB

 RED value IS 143 (56.25% from 255) = 26.53%

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 26.53%
G = 35.44%
B = 38.03%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FBFCD (or 0x8FBFCD) is known color: Regent St Blue. HEX triplet: 8F, BF and CD. RGB value is (143,191,205). Sum of RGB (Red+Green+Blue) = 143+191+205=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFCD is #704032. Grayscale: #B2B2B2. Windows color (decimal): -7356467 or 13483919. OLE color: 13483919.

HSL color Cylindrical-coordinate representation of color #8FBFCD: hue angle of 193.55º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FBFCD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 191 205 -
CMYK 0.30 0.07 0 0.20
HSL 193.55º 0.38% 0.68% -
HSV(B) 193.55º 0.3% 0.8% -
XYZ 40.98 47.51 64.77 -
YUV 178.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 143 191 205 0.30 0.07 0 0.20 193.55 0.38 0.68
Hex 8F BF CD 1E 7 0 14 C2 26 44
Octal 217 277 315 36 7 0 24 302 46 104
Binary 10001111 10111111 11001101 11110 111 0 10100 11000010 100110 1000100

Color Harmonies of #8FBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBFCD

Black with #8FBFCD

Text Example


Text Example

White with #8FBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FBFCD; }

 p { color: rgb(143,191,205); }

 H1.HeaderClassName
 {
   color: #8FBFCD;
 }
 .AnyTagClassName
 {
   color: #8FBFCD;
 }
</style>

background-color css

<style>
 a { background-color: #8FBFCD; }

 a { background-color: rgb(143,191,205); }

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

border-color css

<style>
 span { border-color: #8FBFCD; }

 span { border-color: rgb(143,191,205); }

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