#7ddbe1

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

Shades of Spray #7DDBE1

Tints of Spray #7DDBE1

Color information

#7DDBE1 (or 0x7DDBE1) is unknown color: approx Spray. HEX triplet: 7D, DB and E1. RGB value is (125,219,225). Sum of RGB (Red+Green+Blue) = 125+219+225=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #7DDBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDBE1 is #82241E. Grayscale: #BFBFBF. Windows color (decimal): -8528927 or 14801789. OLE color: 14801789.

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

Color convert

RGB125219225-
CMYK0.440.0300.12
HSL183.6º62.5%68.63%-
HSV(B)183.6º44.44%88.24%-
XYZ47.3860.4680.41-
YUV191.58146.8680.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.97%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=21.97%
G=38.49%
B=39.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252192250.440.0300.12183.662.568.63
Hex7DDBE12C30Cb83e45
Octal17533334154301427076105
Binary111110111011011111000011011001101100101110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ddbe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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