Html Css Color HEX #84CEDA Spray

📋 copy color: '#84CEDA'

red 132 ◦ green 206 ◦ blue 218

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

Shades of Spray #84CEDA

Tints of Spray #84CEDA

RGB

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

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

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

R = 23.74%
G = 37.05%
B = 39.21%

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

#84CEDA (or 0x84CEDA) is known color: Spray. HEX triplet: 84, CE and DA. RGB value is (132,206,218). Sum of RGB (Red+Green+Blue) = 132+206+218=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #84CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEDA is #7B3125. Grayscale: #B9B9B9. Windows color (decimal): -8073510 or 14339716. OLE color: 14339716.

HSL color Cylindrical-coordinate representation of color #84CEDA: hue angle of 188.37º 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 #84CEDA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 206 218 -
CMYK 0.39 0.06 0 0.15
HSL 188.37º 0.54% 0.69% -
HSV(B) 188.37º 0.39% 0.85% -
XYZ 44.24 54.11 74.44 -
YUV 185.24 146.48 90.02 -
System Red Green Blue C M Y K H S L
Decimal 132 206 218 0.39 0.06 0 0.15 188.37 0.54 0.69
Hex 84 CE DA 27 6 0 F BC 36 45
Octal 204 316 332 47 6 0 17 274 66 105
Binary 10000100 11001110 11011010 100111 110 0 1111 10111100 110110 1000101

Color Harmonies of #84CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CEDA

Black with #84CEDA

Text Example


Text Example

White with #84CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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