Html Css Color HEX #7BCACE Spray

📋 copy color: '#7BCACE'

red 123 ◦ green 202 ◦ blue 206

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

Shades of Spray #7BCACE

Tints of Spray #7BCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 23.16%
G = 38.04%
B = 38.79%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BCACE (or 0x7BCACE) is known color: Spray. HEX triplet: 7B, CA and CE. RGB value is (123,202,206). Sum of RGB (Red+Green+Blue) = 123+202+206=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCACE is #843531. Grayscale: #B2B2B2. Windows color (decimal): -8664370 or 13552251. OLE color: 13552251.

HSL color Cylindrical-coordinate representation of color #7BCACE: hue angle of 182.89º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCACE is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 202 206 -
CMYK 0.40 0.02 0 0.19
HSL 182.89º 0.46% 0.65% -
HSV(B) 182.89º 0.4% 0.81% -
XYZ 40.43 50.91 66.09 -
YUV 178.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 123 202 206 0.40 0.02 0 0.19 182.89 0.46 0.65
Hex 7B CA CE 28 2 0 13 B7 2E 41
Octal 173 312 316 50 2 0 23 267 56 101
Binary 1111011 11001010 11001110 101000 10 0 10011 10110111 101110 1000001

Color Harmonies of #7BCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCACE

Black with #7BCACE

Text Example


Text Example

White with #7BCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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