Html Css Color HEX #84CBE1 Spray

📋 copy color: '#84CBE1'

red 132 ◦ green 203 ◦ blue 225

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

Shades of Spray #84CBE1

Tints of Spray #84CBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 23.57%
G = 36.25%
B = 40.18%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#84CBE1 (or 0x84CBE1) is known color: Spray. HEX triplet: 84, CB and E1. RGB value is (132,203,225). Sum of RGB (Red+Green+Blue) = 132+203+225=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #84CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBE1 is #7B341E. Grayscale: #B8B8B8. Windows color (decimal): -8074271 or 14797700. OLE color: 14797700.

HSL color Cylindrical-coordinate representation of color #84CBE1: hue angle of 194.19º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84CBE1 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 203 225 -
CMYK 0.41 0.10 0 0.12
HSL 194.19º 0.61% 0.7% -
HSV(B) 194.19º 0.41% 0.88% -
XYZ 44.46 53.05 79.13 -
YUV 184.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 132 203 225 0.41 0.10 0 0.12 194.19 0.61 0.7
Hex 84 CB E1 29 A 0 C C2 3D 46
Octal 204 313 341 51 12 0 14 302 75 106
Binary 10000100 11001011 11100001 101001 1010 0 1100 11000010 111101 1000110

Color Harmonies of #84CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBE1

Black with #84CBE1

Text Example


Text Example

White with #84CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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