#82CBDB

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

Shades of Spray #82CBDB

Tints of Spray #82CBDB

Color information

#82CBDB (or 0x82CBDB) is unknown color: approx Spray. HEX triplet: 82, CB and DB. RGB value is (130,203,219). Sum of RGB (Red+Green+Blue) = 130+203+219=552 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.55% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #82CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBDB is #7D3424. Grayscale: #B6B6B6. Windows color (decimal): -8205349 or 14404482. OLE color: 14404482.

HSL color Cylindrical-coordinate representation of color #82CBDB: hue angle of 190.79º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82CBDB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130203219-
CMYK0.410.0700.14
HSL190.79º55.28%68.43%-
HSV(B)190.79º40.64%85.88%-
XYZ43.3552.5774.88-
YUV183148.3290.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.55%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=23.55%
G=36.78%
B=39.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302032190.410.0700.14190.7955.2868.43
Hex82CBDB2970Ebf3744
Octal20231333351701627767104
Binary10000010110010111101101110100111101110101111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82CBDB; }

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

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

<style>
 a { background-color: #82CBDB; }

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

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

<style>
 span { border-color: #82CBDB; }

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

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