Html Css Color HEX #7BCCCD Spray

📋 copy color: '#7BCCCD'

red 123 ◦ green 204 ◦ blue 205

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

Shades of Spray #7BCCCD

Tints of Spray #7BCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 23.12%
G = 38.35%
B = 38.53%

CMYK

 C value IS 0.4

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BCCCD (or 0x7BCCCD) is known color: Spray. HEX triplet: 7B, CC and CD. RGB value is (123,204,205). Sum of RGB (Red+Green+Blue) = 123+204+205=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCCD is #843332. Grayscale: #B3B3B3. Windows color (decimal): -8663859 or 13487227. OLE color: 13487227.

HSL color Cylindrical-coordinate representation of color #7BCCCD: hue angle of 180.73º degrees, saturation: 0.45, 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 #7BCCCD is Cyan = 0.4, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 204 205 -
CMYK 0.4 0.00 0 0.20
HSL 180.73º 0.45% 0.64% -
HSV(B) 180.73º 0.4% 0.8% -
XYZ 40.78 51.8 65.61 -
YUV 179.9 142.16 87.42 -
System Red Green Blue C M Y K H S L
Decimal 123 204 205 0.4 0.00 0 0.20 180.73 0.45 0.64
Hex 7B CC CD 28 0 0 14 B5 2D 40
Octal 173 314 315 50 0 0 24 265 55 100
Binary 1111011 11001100 11001101 101000 0 0 10100 10110101 101101 1000000

Color Harmonies of #7BCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCCCD

Black with #7BCCCD

Text Example


Text Example

White with #7BCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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