Html Css Color HEX #7BCCDB Spray

📋 copy color: '#7BCCDB'

red 123 ◦ green 204 ◦ blue 219

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

Shades of Spray #7BCCDB

Tints of Spray #7BCCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 22.53%
G = 37.36%
B = 40.11%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BCCDB (or 0x7BCCDB) is known color: Spray. HEX triplet: 7B, CC and DB. RGB value is (123,204,219). Sum of RGB (Red+Green+Blue) = 123+204+219=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCDB is #843324. Grayscale: #B5B5B5. Windows color (decimal): -8663845 or 14404731. OLE color: 14404731.

HSL color Cylindrical-coordinate representation of color #7BCCDB: hue angle of 189.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCCDB is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 204 219 -
CMYK 0.44 0.07 0 0.14
HSL 189.38º 0.57% 0.67% -
HSV(B) 189.38º 0.44% 0.86% -
XYZ 42.55 52.51 74.91 -
YUV 181.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 123 204 219 0.44 0.07 0 0.14 189.38 0.57 0.67
Hex 7B CC DB 2C 7 0 E BD 39 43
Octal 173 314 333 54 7 0 16 275 71 103
Binary 1111011 11001100 11011011 101100 111 0 1110 10111101 111001 1000011

Color Harmonies of #7BCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCCDB

Black with #7BCCDB

Text Example


Text Example

White with #7BCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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