#7FCDDC

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

Shades of Spray #7FCDDC

Tints of Spray #7FCDDC

Color information

#7FCDDC (or 0x7FCDDC) is unknown color: approx Spray. HEX triplet: 7F, CD and DC. RGB value is (127,205,220). Sum of RGB (Red+Green+Blue) = 127+205+220=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDDC is #803223. Grayscale: #B7B7B7. Windows color (decimal): -8401444 or 14470527. OLE color: 14470527.

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

Color convert

RGB127205220-
CMYK0.420.0700.14
HSL189.68º57.06%68.04%-
HSV(B)189.68º42.27%86.27%-
XYZ43.553.3475.71-
YUV183.39148.6687.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.01%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=23.01%
G=37.14%
B=39.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272052200.420.0700.14189.6857.0668.04
Hex7FCDDC2A70Ebe3944
Octal17731533452701627671104
Binary1111111110011011101110010101011101110101111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,220); }

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

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

 a { background-color: rgb(127,205,220); }

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

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

 span { border-color: rgb(127,205,220); }

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