Html Css Color HEX #7BC9CC Spray

📋 copy color: '#7BC9CC'

red 123 ◦ green 201 ◦ blue 204

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

Shades of Spray #7BC9CC

Tints of Spray #7BC9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

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

R = 23.3%
G = 38.07%
B = 38.64%

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

#7BC9CC (or 0x7BC9CC) is known color: Spray. HEX triplet: 7B, C9 and CC. RGB value is (123,201,204). Sum of RGB (Red+Green+Blue) = 123+201+204=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BC9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC9CC is #843633. Grayscale: #B1B1B1. Windows color (decimal): -8664628 or 13420923. OLE color: 13420923.

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

Color convert

RGB 123 201 204 -
CMYK 0.40 0.01 0 0.2
HSL 182.22º 0.44% 0.64% -
HSV(B) 182.22º 0.4% 0.8% -
XYZ 39.95 50.34 64.74 -
YUV 178.02 142.66 88.76 -
System Red Green Blue C M Y K H S L
Decimal 123 201 204 0.40 0.01 0 0.2 182.22 0.44 0.64
Hex 7B C9 CC 28 1 0 14 B6 2C 40
Octal 173 311 314 50 1 0 24 266 54 100
Binary 1111011 11001001 11001100 101000 1 0 10100 10110110 101100 1000000

Color Harmonies of #7BC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC9CC

Black with #7BC9CC

Text Example


Text Example

White with #7BC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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