Html Css Color HEX #8CCCC9 Bermuda

📋 copy color: '#8CCCC9'

red 140 ◦ green 204 ◦ blue 201

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

Shades of Bermuda #8CCCC9

Tints of Bermuda #8CCCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 25.69%
G = 37.43%
B = 36.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#8CCCC9 (or 0x8CCCC9) is known color: Bermuda. HEX triplet: 8C, CC and C9. RGB value is (140,204,201). Sum of RGB (Red+Green+Blue) = 140+204+201=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCC9 is #733336. Grayscale: #B8B8B8. Windows color (decimal): -7549751 or 13225100. OLE color: 13225100.

HSL color Cylindrical-coordinate representation of color #8CCCC9: hue angle of 177.19º 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 #8CCCC9 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 201 -
CMYK 0.31 0 0.01 0.2
HSL 177.19º 0.39% 0.67% -
HSV(B) 177.19º 0.31% 0.8% -
XYZ 42.95 52.98 63.22 -
YUV 184.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 140 204 201 0.31 0 0.01 0.2 177.19 0.39 0.67
Hex 8C CC C9 1F 0 1 14 B1 27 43
Octal 214 314 311 37 0 1 24 261 47 103
Binary 10001100 11001100 11001001 11111 0 1 10100 10110001 100111 1000011

Color Harmonies of #8CCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCC9

Black with #8CCCC9

Text Example


Text Example

White with #8CCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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