#67CAD0

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

Shades of Spray #67CAD0

Tints of Spray #67CAD0

Color information

#67CAD0 (or 0x67CAD0) is unknown color: approx Spray. HEX triplet: 67, CA and D0. RGB value is (103,202,208). Sum of RGB (Red+Green+Blue) = 103+202+208=513 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.08% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #67CAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CAD0 is #98352F. Grayscale: #ACACAC. Windows color (decimal): -9975088 or 13683303. OLE color: 13683303.

HSL color Cylindrical-coordinate representation of color #67CAD0: hue angle of 183.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CAD0 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103202208-
CMYK0.500.0300.18
HSL183.43º52.76%60.98%-
HSV(B)183.43º50.48%81.57%-
XYZ38.149.6867.26-
YUV173.08147.778.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.08%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=20.08%
G=39.38%
B=40.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1032022080.500.0300.18183.4352.7660.98
Hex67CAD0323012b7353d
Octal1473123206230222676575
Binary110011111001010110100001100101101001010110111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67CAD0; }

 p { color: rgb(103,202,208); }

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

<style>
 a { background-color: #67CAD0; }

 a { background-color: rgb(103,202,208); }

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

<style>
 span { border-color: #67CAD0; }

 span { border-color: rgb(103,202,208); }

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