#7BCDDA

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

Shades of Spray #7BCDDA

Tints of Spray #7BCDDA

Color information

#7BCDDA (or 0x7BCDDA) is unknown color: approx Spray. HEX triplet: 7B, CD and DA. RGB value is (123,205,218). Sum of RGB (Red+Green+Blue) = 123+205+218=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BCDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDDA is #843225. Grayscale: #B5B5B5. Windows color (decimal): -8663590 or 14339451. OLE color: 14339451.

HSL color Cylindrical-coordinate representation of color #7BCDDA: hue angle of 188.21º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCDDA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123205218-
CMYK0.440.0600.15
HSL188.21º56.21%66.86%-
HSV(B)188.21º43.58%85.49%-
XYZ42.6552.9474.3-
YUV181.96148.3385.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.53%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=22.53%
G=37.55%
B=39.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232052180.440.0600.15188.2156.2166.86
Hex7BCDDA2C60Fbc3843
Octal17331533254601727470103
Binary1111011110011011101101010110011001111101111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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