Html Css Color HEX #7BC5CC Spray

📋 copy color: '#7BC5CC'

red 123 ◦ green 197 ◦ blue 204

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

Shades of Spray #7BC5CC

Tints of Spray #7BC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.6%

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

R = 23.47%
G = 37.6%
B = 38.93%

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

#7BC5CC (or 0x7BC5CC) is known color: Spray. HEX triplet: 7B, C5 and CC. RGB value is (123,197,204). Sum of RGB (Red+Green+Blue) = 123+197+204=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC5CC is #843A33. Grayscale: #AFAFAF. Windows color (decimal): -8665652 or 13419899. OLE color: 13419899.

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

Color convert

RGB 123 197 204 -
CMYK 0.40 0.03 0 0.2
HSL 185.19º 0.44% 0.64% -
HSV(B) 185.19º 0.4% 0.8% -
XYZ 39.03 48.5 64.43 -
YUV 175.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 123 197 204 0.40 0.03 0 0.2 185.19 0.44 0.64
Hex 7B C5 CC 28 3 0 14 B9 2C 40
Octal 173 305 314 50 3 0 24 271 54 100
Binary 1111011 11000101 11001100 101000 11 0 10100 10111001 101100 1000000

Color Harmonies of #7BC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC5CC

Black with #7BC5CC

Text Example


Text Example

White with #7BC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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