Html Css Color HEX #8FCDC7 Bermuda

📋 copy color: '#8FCDC7'

red 143 ◦ green 205 ◦ blue 199

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

Shades of Bermuda #8FCDC7

Tints of Bermuda #8FCDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

 BLUE value IS 199 (78.13% from 255) = 36.38%

R = 26.14%
G = 37.48%
B = 36.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#8FCDC7 (or 0x8FCDC7) is known color: Bermuda. HEX triplet: 8F, CD and C7. RGB value is (143,205,199). Sum of RGB (Red+Green+Blue) = 143+205+199=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDC7 is #703238. Grayscale: #B9B9B9. Windows color (decimal): -7352889 or 13094287. OLE color: 13094287.

HSL color Cylindrical-coordinate representation of color #8FCDC7: hue angle of 174.19º 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 #8FCDC7 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 205 199 -
CMYK 0.30 0 0.03 0.20
HSL 174.19º 0.38% 0.68% -
HSV(B) 174.19º 0.3% 0.8% -
XYZ 43.47 53.63 62.09 -
YUV 185.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 143 205 199 0.30 0 0.03 0.20 174.19 0.38 0.68
Hex 8F CD C7 1E 0 3 14 AE 26 44
Octal 217 315 307 36 0 3 24 256 46 104
Binary 10001111 11001101 11000111 11110 0 11 10100 10101110 100110 1000100

Color Harmonies of #8FCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCDC7

Black with #8FCDC7

Text Example


Text Example

White with #8FCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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