Html Css Color HEX #84CECB Bermuda

📋 copy color: '#84CECB'

red 132 ◦ green 206 ◦ blue 203

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

Shades of Bermuda #84CECB

Tints of Bermuda #84CECB

RGB

 RED value IS 132 (51.95% from 255) = 24.4%

 GREEN value IS 206 (80.86% from 255) = 38.08%

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 24.4%
G = 38.08%
B = 37.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#84CECB (or 0x84CECB) is known color: Bermuda. HEX triplet: 84, CE and CB. RGB value is (132,206,203). Sum of RGB (Red+Green+Blue) = 132+206+203=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #84CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CECB is #7B3134. Grayscale: #B7B7B7. Windows color (decimal): -8073525 or 13356676. OLE color: 13356676.

HSL color Cylindrical-coordinate representation of color #84CECB: hue angle of 177.57º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CECB is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 206 203 -
CMYK 0.36 0 0.01 0.19
HSL 177.57º 0.43% 0.66% -
HSV(B) 177.57º 0.36% 0.81% -
XYZ 42.37 53.36 64.57 -
YUV 183.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 132 206 203 0.36 0 0.01 0.19 177.57 0.43 0.66
Hex 84 CE CB 24 0 1 13 B2 2B 42
Octal 204 316 313 44 0 1 23 262 53 102
Binary 10000100 11001110 11001011 100100 0 1 10011 10110010 101011 1000010

Color Harmonies of #84CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CECB

Black with #84CECB

Text Example


Text Example

White with #84CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,206,203); }

 H1.HeaderClassName
 {
   color: #84CECB;
 }
 .AnyTagClassName
 {
   color: #84CECB;
 }
</style>

background-color css

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

 a { background-color: rgb(132,206,203); }

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

border-color css

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

 span { border-color: rgb(132,206,203); }

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