Html Css Color HEX #8FC2CE Regent St Blue

📋 copy color: '#8FC2CE'

red 143 ◦ green 194 ◦ blue 206

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

Shades of Regent St Blue #8FC2CE

Tints of Regent St Blue #8FC2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 26.34%
G = 35.73%
B = 37.94%

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

#8FC2CE (or 0x8FC2CE) is known color: Regent St Blue. HEX triplet: 8F, C2 and CE. RGB value is (143,194,206). Sum of RGB (Red+Green+Blue) = 143+194+206=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC2CE is #703D31. Grayscale: #B4B4B4. Windows color (decimal): -7355698 or 13550223. OLE color: 13550223.

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

Color convert

RGB 143 194 206 -
CMYK 0.31 0.06 0 0.19
HSL 191.43º 0.39% 0.68% -
HSV(B) 191.43º 0.31% 0.81% -
XYZ 41.76 48.88 65.63 -
YUV 180.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 143 194 206 0.31 0.06 0 0.19 191.43 0.39 0.68
Hex 8F C2 CE 1F 6 0 13 BF 27 44
Octal 217 302 316 37 6 0 23 277 47 104
Binary 10001111 11000010 11001110 11111 110 0 10011 10111111 100111 1000100

Color Harmonies of #8FC2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC2CE

Black with #8FC2CE

Text Example


Text Example

White with #8FC2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,194,206); }

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

background-color css

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

 a { background-color: rgb(143,194,206); }

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

border-color css

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

 span { border-color: rgb(143,194,206); }

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