Html Css Color HEX #8CCCC6 Bermuda

📋 copy color: '#8CCCC6'

red 140 ◦ green 204 ◦ blue 198

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

Shades of Bermuda #8CCCC6

Tints of Bermuda #8CCCC6

RGB

 RED value IS 140 (55.08% from 255) = 25.83%

 GREEN value IS 204 (80.08% from 255) = 37.64%

 BLUE value IS 198 (77.73% from 255) = 36.53%

R = 25.83%
G = 37.64%
B = 36.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#8CCCC6 (or 0x8CCCC6) is known color: Bermuda. HEX triplet: 8C, CC and C6. RGB value is (140,204,198). Sum of RGB (Red+Green+Blue) = 140+204+198=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCC6 is #733339. Grayscale: #B8B8B8. Windows color (decimal): -7549754 or 13028492. OLE color: 13028492.

HSL color Cylindrical-coordinate representation of color #8CCCC6: hue angle of 174.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCC6 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 198 -
CMYK 0.31 0 0.03 0.2
HSL 174.38º 0.39% 0.67% -
HSV(B) 174.38º 0.31% 0.8% -
XYZ 42.6 52.84 61.38 -
YUV 184.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 140 204 198 0.31 0 0.03 0.2 174.38 0.39 0.67
Hex 8C CC C6 1F 0 3 14 AE 27 43
Octal 214 314 306 37 0 3 24 256 47 103
Binary 10001100 11001100 11000110 11111 0 11 10100 10101110 100111 1000011

Color Harmonies of #8CCCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCC6

Black with #8CCCC6

Text Example


Text Example

White with #8CCCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,204,198); }

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

background-color css

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

 a { background-color: rgb(140,204,198); }

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

border-color css

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

 span { border-color: rgb(140,204,198); }

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