Html Css Color HEX #84CDDA Spray

📋 copy color: '#84CDDA'

red 132 ◦ green 205 ◦ blue 218

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

Shades of Spray #84CDDA

Tints of Spray #84CDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 23.78%
G = 36.94%
B = 39.28%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#84CDDA (or 0x84CDDA) is known color: Spray. HEX triplet: 84, CD and DA. RGB value is (132,205,218). Sum of RGB (Red+Green+Blue) = 132+205+218=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #84CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDDA is #7B3225. Grayscale: #B8B8B8. Windows color (decimal): -8073766 or 14339460. OLE color: 14339460.

HSL color Cylindrical-coordinate representation of color #84CDDA: hue angle of 189.07º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84CDDA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 205 218 -
CMYK 0.39 0.06 0 0.15
HSL 189.07º 0.54% 0.69% -
HSV(B) 189.07º 0.39% 0.85% -
XYZ 44 53.63 74.36 -
YUV 184.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 132 205 218 0.39 0.06 0 0.15 189.07 0.54 0.69
Hex 84 CD DA 27 6 0 F BD 36 45
Octal 204 315 332 47 6 0 17 275 66 105
Binary 10000100 11001101 11011010 100111 110 0 1111 10111101 110110 1000101

Color Harmonies of #84CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CDDA

Black with #84CDDA

Text Example


Text Example

White with #84CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,205,218); }

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

background-color css

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

 a { background-color: rgb(132,205,218); }

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

border-color css

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

 span { border-color: rgb(132,205,218); }

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