Html Css Color HEX #7BC6D5 Spray

📋 copy color: '#7BC6D5'

red 123 ◦ green 198 ◦ blue 213

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

Shades of Spray #7BC6D5

Tints of Spray #7BC6D5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 23.03%
G = 37.08%
B = 39.89%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7BC6D5 (or 0x7BC6D5) is known color: Spray. HEX triplet: 7B, C6 and D5. RGB value is (123,198,213). Sum of RGB (Red+Green+Blue) = 123+198+213=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #7BC6D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC6D5 is #84392A. Grayscale: #B1B1B1. Windows color (decimal): -8665387 or 14009979. OLE color: 14009979.

HSL color Cylindrical-coordinate representation of color #7BC6D5: hue angle of 190º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BC6D5 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 198 213 -
CMYK 0.42 0.07 0 0.16
HSL 190º 0.52% 0.66% -
HSV(B) 190º 0.42% 0.84% -
XYZ 40.37 49.4 70.36 -
YUV 177.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 123 198 213 0.42 0.07 0 0.16 190 0.52 0.66
Hex 7B C6 D5 2A 7 0 10 BE 34 42
Octal 173 306 325 52 7 0 20 276 64 102
Binary 1111011 11000110 11010101 101010 111 0 10000 10111110 110100 1000010

Color Harmonies of #7BC6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC6D5

Black with #7BC6D5

Text Example


Text Example

White with #7BC6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,198,213); }

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

background-color css

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

 a { background-color: rgb(123,198,213); }

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

border-color css

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

 span { border-color: rgb(123,198,213); }

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