Html Css Color HEX #8FC3CF Regent St Blue

📋 copy color: '#8FC3CF'

red 143 ◦ green 195 ◦ blue 207

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

Shades of Regent St Blue #8FC3CF

Tints of Regent St Blue #8FC3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.78%

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

R = 26.24%
G = 35.78%
B = 37.98%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FC3CF (or 0x8FC3CF) is known color: Regent St Blue. HEX triplet: 8F, C3 and CF. RGB value is (143,195,207). Sum of RGB (Red+Green+Blue) = 143+195+207=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FC3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC3CF is #703C30. Grayscale: #B4B4B4. Windows color (decimal): -7355441 or 13616015. OLE color: 13616015.

HSL color Cylindrical-coordinate representation of color #8FC3CF: hue angle of 191.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FC3CF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 195 207 -
CMYK 0.31 0.06 0 0.19
HSL 191.25º 0.4% 0.69% -
HSV(B) 191.25º 0.31% 0.81% -
XYZ 42.11 49.37 66.34 -
YUV 180.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 143 195 207 0.31 0.06 0 0.19 191.25 0.4 0.69
Hex 8F C3 CF 1F 6 0 13 BF 28 45
Octal 217 303 317 37 6 0 23 277 50 105
Binary 10001111 11000011 11001111 11111 110 0 10011 10111111 101000 1000101

Color Harmonies of #8FC3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC3CF

Black with #8FC3CF

Text Example


Text Example

White with #8FC3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,195,207); }

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

background-color css

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

 a { background-color: rgb(143,195,207); }

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

border-color css

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

 span { border-color: rgb(143,195,207); }

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