Html Css Color HEX #7BC6CC Spray

📋 copy color: '#7BC6CC'

red 123 ◦ green 198 ◦ blue 204

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

Shades of Spray #7BC6CC

Tints of Spray #7BC6CC

RGB

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

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

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

R = 23.43%
G = 37.71%
B = 38.86%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BC6CC (or 0x7BC6CC) is known color: Spray. HEX triplet: 7B, C6 and CC. RGB value is (123,198,204). Sum of RGB (Red+Green+Blue) = 123+198+204=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BC6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC6CC is #843933. Grayscale: #B0B0B0. Windows color (decimal): -8665396 or 13420155. OLE color: 13420155.

HSL color Cylindrical-coordinate representation of color #7BC6CC: hue angle of 184.44º 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 #7BC6CC is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 198 204 -
CMYK 0.40 0.03 0 0.2
HSL 184.44º 0.44% 0.64% -
HSV(B) 184.44º 0.4% 0.8% -
XYZ 39.26 48.96 64.51 -
YUV 176.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 123 198 204 0.40 0.03 0 0.2 184.44 0.44 0.64
Hex 7B C6 CC 28 3 0 14 B8 2C 40
Octal 173 306 314 50 3 0 24 270 54 100
Binary 1111011 11000110 11001100 101000 11 0 10100 10111000 101100 1000000

Color Harmonies of #7BC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC6CC

Black with #7BC6CC

Text Example


Text Example

White with #7BC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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