Html Css Color HEX #7BCACC Spray

📋 copy color: '#7BCACC'

red 123 ◦ green 202 ◦ blue 204

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

Shades of Spray #7BCACC

Tints of Spray #7BCACC

RGB

 RED value IS 123 (48.44% from 255) = 23.25%

 GREEN value IS 202 (79.3% from 255) = 38.19%

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 23.25%
G = 38.19%
B = 38.56%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BCACC (or 0x7BCACC) is known color: Spray. HEX triplet: 7B, CA and CC. RGB value is (123,202,204). Sum of RGB (Red+Green+Blue) = 123+202+204=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCACC is #843533. Grayscale: #B2B2B2. Windows color (decimal): -8664372 or 13421179. OLE color: 13421179.

HSL color Cylindrical-coordinate representation of color #7BCACC: hue angle of 181.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCACC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 202 204 -
CMYK 0.40 0.01 0 0.2
HSL 181.48º 0.44% 0.64% -
HSV(B) 181.48º 0.4% 0.8% -
XYZ 40.19 50.81 64.82 -
YUV 178.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 123 202 204 0.40 0.01 0 0.2 181.48 0.44 0.64
Hex 7B CA CC 28 1 0 14 B5 2C 40
Octal 173 312 314 50 1 0 24 265 54 100
Binary 1111011 11001010 11001100 101000 1 0 10100 10110101 101100 1000000

Color Harmonies of #7BCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCACC

Black with #7BCACC

Text Example


Text Example

White with #7BCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCACC; }

 p { color: rgb(123,202,204); }

 H1.HeaderClassName
 {
   color: #7BCACC;
 }
 .AnyTagClassName
 {
   color: #7BCACC;
 }
</style>

background-color css

<style>
 a { background-color: #7BCACC; }

 a { background-color: rgb(123,202,204); }

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

border-color css

<style>
 span { border-color: #7BCACC; }

 span { border-color: rgb(123,202,204); }

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