#7BCEDD

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

Shades of Spray #7BCEDD

Tints of Spray #7BCEDD

Color information

#7BCEDD (or 0x7BCEDD) is unknown color: approx Spray. HEX triplet: 7B, CE and DD. RGB value is (123,206,221). Sum of RGB (Red+Green+Blue) = 123+206+221=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEDD is #843122. Grayscale: #B6B6B6. Windows color (decimal): -8663331 or 14536315. OLE color: 14536315.

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

Color convert

RGB123206221-
CMYK0.440.0700.13
HSL189.18º59.04%67.45%-
HSV(B)189.18º44.34%86.67%-
XYZ43.2953.5776.47-
YUV182.89149.585.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.36%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=22.36%
G=37.45%
B=40.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232062210.440.0700.13189.1859.0467.45
Hex7BCEDD2C70Dbd3b43
Octal17331633554701527573103
Binary1111011110011101101110110110011101101101111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,206,221); }

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

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

 a { background-color: rgb(123,206,221); }

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

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

 span { border-color: rgb(123,206,221); }

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