#7BCBDC

Color #7BCBDC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7BCBDC

Tints of Spray #7BCBDC

Color information

#7BCBDC (or 0x7BCBDC) is unknown color: approx Spray. HEX triplet: 7B, CB and DC. RGB value is (123,203,220). Sum of RGB (Red+Green+Blue) = 123+203+220=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBDC is #843423. Grayscale: #B4B4B4. Windows color (decimal): -8664100 or 14470011. OLE color: 14470011.

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

Color convert

RGB123203220-
CMYK0.440.0800.14
HSL190.52º58.08%67.25%-
HSV(B)190.52º44.09%86.27%-
XYZ42.4452.0975.53-
YUV181.0215086.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.53%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=22.53%
G=37.18%
B=40.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1232032200.440.0800.14190.5258.0867.25
Hex7BCBDC2C80Ebf3a43
Octal173313334541001627772103
Binary11110111100101111011100101100100001110101111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BCBDC;
 }
 .AnyTagClassName
 {
   color: #7BCBDC;
 }
</style>
background-color css

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

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

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

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

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

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