Html Css Color HEX #7BCBDB Spray

📋 copy color: '#7BCBDB'

red 123 ◦ green 203 ◦ blue 219

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

Shades of Spray #7BCBDB

Tints of Spray #7BCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.25%

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

R = 22.57%
G = 37.25%
B = 40.18%

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

#7BCBDB (or 0x7BCBDB) is known color: Spray. HEX triplet: 7B, CB and DB. RGB value is (123,203,219). Sum of RGB (Red+Green+Blue) = 123+203+219=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBDB is #843424. Grayscale: #B4B4B4. Windows color (decimal): -8664101 or 14404475. OLE color: 14404475.

HSL color Cylindrical-coordinate representation of color #7BCBDB: hue angle of 190º 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 #7BCBDB is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 203 219 -
CMYK 0.44 0.07 0 0.14
HSL 190º 0.57% 0.67% -
HSV(B) 190º 0.44% 0.86% -
XYZ 42.31 52.04 74.83 -
YUV 180.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 123 203 219 0.44 0.07 0 0.14 190 0.57 0.67
Hex 7B CB DB 2C 7 0 E BE 39 43
Octal 173 313 333 54 7 0 16 276 71 103
Binary 1111011 11001011 11011011 101100 111 0 1110 10111110 111001 1000011

Color Harmonies of #7BCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCBDB

Black with #7BCBDB

Text Example


Text Example

White with #7BCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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