Html Css Color HEX #8FC0CC Regent St Blue

📋 copy color: '#8FC0CC'

red 143 ◦ green 192 ◦ blue 204

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

Shades of Regent St Blue #8FC0CC

Tints of Regent St Blue #8FC0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 26.53%
G = 35.62%
B = 37.85%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FC0CC (or 0x8FC0CC) is known color: Regent St Blue. HEX triplet: 8F, C0 and CC. RGB value is (143,192,204). Sum of RGB (Red+Green+Blue) = 143+192+204=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC0CC is #703F33. Grayscale: #B2B2B2. Windows color (decimal): -7356212 or 13418639. OLE color: 13418639.

HSL color Cylindrical-coordinate representation of color #8FC0CC: hue angle of 191.8º degrees, saturation: 0.37, 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 #8FC0CC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 192 204 -
CMYK 0.30 0.06 0 0.2
HSL 191.8º 0.37% 0.68% -
HSV(B) 191.8º 0.3% 0.8% -
XYZ 41.08 47.9 64.21 -
YUV 178.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 143 192 204 0.30 0.06 0 0.2 191.8 0.37 0.68
Hex 8F C0 CC 1E 6 0 14 C0 25 44
Octal 217 300 314 36 6 0 24 300 45 104
Binary 10001111 11000000 11001100 11110 110 0 10100 11000000 100101 1000100

Color Harmonies of #8FC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC0CC

Black with #8FC0CC

Text Example


Text Example

White with #8FC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,192,204); }

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

background-color css

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

 a { background-color: rgb(143,192,204); }

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

border-color css

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

 span { border-color: rgb(143,192,204); }

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