#6FCCDC

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

Shades of Spray #6FCCDC

Tints of Spray #6FCCDC

Color information

#6FCCDC (or 0x6FCCDC) is unknown color: approx Spray. HEX triplet: 6F, CC and DC. RGB value is (111,204,220). Sum of RGB (Red+Green+Blue) = 111+204+220=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCDC is #903323. Grayscale: #B1B1B1. Windows color (decimal): -9450276 or 14470255. OLE color: 14470255.

HSL color Cylindrical-coordinate representation of color #6FCCDC: hue angle of 188.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCCDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111204220-
CMYK0.500.0700.14
HSL188.81º60.89%64.9%-
HSV(B)188.81º49.55%86.27%-
XYZ41.0751.7375.53-
YUV178.02151.6980.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.75%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=20.75%
G=38.13%
B=41.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112042200.500.0700.14188.8160.8964.9
Hex6FCCDC3270Ebd3d41
Octal15731433462701627575101
Binary1101111110011001101110011001011101110101111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCCDC; }

 p { color: rgb(111,204,220); }

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

<style>
 a { background-color: #6FCCDC; }

 a { background-color: rgb(111,204,220); }

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

<style>
 span { border-color: #6FCCDC; }

 span { border-color: rgb(111,204,220); }

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