#7DCBDB

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

Shades of Spray #7DCBDB

Tints of Spray #7DCBDB

Color information

#7DCBDB (or 0x7DCBDB) is unknown color: approx Spray. HEX triplet: 7D, CB and DB. RGB value is (125,203,219). Sum of RGB (Red+Green+Blue) = 125+203+219=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBDB is #823424. Grayscale: #B5B5B5. Windows color (decimal): -8533029 or 14404477. OLE color: 14404477.

HSL color Cylindrical-coordinate representation of color #7DCBDB: hue angle of 190.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCBDB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125203219-
CMYK0.430.0700.14
HSL190.21º56.63%67.45%-
HSV(B)190.21º42.92%85.88%-
XYZ42.652.1974.85-
YUV181.5149.1687.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.85%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=22.85%
G=37.11%
B=40.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252032190.430.0700.14190.2156.6367.45
Hex7DCBDB2B70Ebe3943
Octal17531333353701627671103
Binary1111101110010111101101110101111101110101111101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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