#7DDBE0

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

Shades of Spray #7DDBE0

Tints of Spray #7DDBE0

Color information

#7DDBE0 (or 0x7DDBE0) is unknown color: approx Spray. HEX triplet: 7D, DB and E0. RGB value is (125,219,224). Sum of RGB (Red+Green+Blue) = 125+219+224=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DDBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDBE0 is #82241F. Grayscale: #BFBFBF. Windows color (decimal): -8528928 or 14736253. OLE color: 14736253.

HSL color Cylindrical-coordinate representation of color #7DDBE0: hue angle of 183.03º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDBE0 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB125219224-
CMYK0.440.0200.12
HSL183.03º61.49%68.43%-
HSV(B)183.03º44.2%87.84%-
XYZ47.2460.479.69-
YUV191.46146.3680.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.01%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=22.01%
G=38.56%
B=39.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252192240.440.0200.12183.0361.4968.43
Hex7DDBE02C20Cb73d44
Octal17533334054201426775104
Binary111110111011011111000001011001001100101101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,219,224); }

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

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

 a { background-color: rgb(125,219,224); }

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

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

 span { border-color: rgb(125,219,224); }

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