Html Css Color HEX #84CFDB Spray

📋 copy color: '#84CFDB'

red 132 ◦ green 207 ◦ blue 219

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

Shades of Spray #84CFDB

Tints of Spray #84CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.1%

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 23.66%
G = 37.1%
B = 39.25%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84CFDB (or 0x84CFDB) is known color: Spray. HEX triplet: 84, CF and DB. RGB value is (132,207,219). Sum of RGB (Red+Green+Blue) = 132+207+219=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #84CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFDB is #7B3024. Grayscale: #B9B9B9. Windows color (decimal): -8073253 or 14405508. OLE color: 14405508.

HSL color Cylindrical-coordinate representation of color #84CFDB: hue angle of 188.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84CFDB is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 207 219 -
CMYK 0.40 0.05 0 0.14
HSL 188.28º 0.55% 0.69% -
HSV(B) 188.28º 0.4% 0.86% -
XYZ 44.61 54.65 75.21 -
YUV 185.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 132 207 219 0.40 0.05 0 0.14 188.28 0.55 0.69
Hex 84 CF DB 28 5 0 E BC 37 45
Octal 204 317 333 50 5 0 16 274 67 105
Binary 10000100 11001111 11011011 101000 101 0 1110 10111100 110111 1000101

Color Harmonies of #84CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CFDB

Black with #84CFDB

Text Example


Text Example

White with #84CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,207,219); }

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

background-color css

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

 a { background-color: rgb(132,207,219); }

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

border-color css

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

 span { border-color: rgb(132,207,219); }

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