#84C9CA

Color #84C9CA Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #84C9CA

Tints of Bermuda #84C9CA

Color information

#84C9CA (or 0x84C9CA) is unknown color: approx Bermuda. HEX triplet: 84, C9 and CA. RGB value is (132,201,202). Sum of RGB (Red+Green+Blue) = 132+201+202=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #84C9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C9CA is #7B3635. Grayscale: #B4B4B4. Windows color (decimal): -8074806 or 13289860. OLE color: 13289860.

HSL color Cylindrical-coordinate representation of color #84C9CA: hue angle of 180.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C9CA is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132201202-
CMYK0.350.0000.21
HSL180.86º39.77%65.49%-
HSV(B)180.86º34.65%79.22%-
XYZ41.0650.9463.55-
YUV180.48140.1493.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=24.67%
G=37.57%
B=37.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322012020.350.0000.21180.8639.7765.49
Hex84C9CA230015b52841
Octal20431131243002526550101
Binary1000010011001001110010101000110010101101101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C9CA; }

 p { color: rgb(132,201,202); }

 H1.HeaderClassName
 {
   color: #84C9CA;
 }
 .AnyTagClassName
 {
   color: #84C9CA;
 }
</style>
background-color css

<style>
 a { background-color: #84C9CA; }

 a { background-color: rgb(132,201,202); }

 div.DivClassName
 {
   background-color: #84C9CA;
 }
 .BgClassName
 {
   background-color: #84C9CA;
 }
</style>
border-color css

<style>
 span { border-color: #84C9CA; }

 span { border-color: rgb(132,201,202); }

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